Map and Table Calculation

VAR( ) function

Returns the variance of a value column.

Syntax

VAR(ValueColumn)

Input

ValueColumn is a value column
Domain type: any Value domain

Output

VAR returns: a real value
Domain: system domain Value

Notes:

Tips:

Usable in

TabCalc, TabCalc pocket line calculator

Examples

TabCalc example:

OutCol = VAR(InCol)

 

InCol

OutCol

-5

34.286

-2

34.286

-1

34.286

0

34.286

?

34.286

4

34.286

8

34.286

9

34.286

11

34.286

TabCalc pocket line calculator example:

? VAR(InCol)

returns 34.286

See also:

CNT
AVG
STD COVAR Column Statistics
STDEV CORR