Map and Table Calculation

STD( ) or STDEV function

Returns the standard deviation of a value column.

Syntax

STD(ValueColumn)
STDEV(ValueColumn)

Input

ValueColumn is a value column
Domain type: any Value domain

Output

STD returns: a real value
Domain: system domain Value

Notes:

Tips:

Usable in

TabCalc, TabCalc pocket line calculator

Examples

TabCalc example:

OutCol = STD(InCol)

OutCol = STDEV(InCol)

 

InCol

OutCol

-5

5.855

-2

5.855

-1

5.855

0

5.855

?

5.855

4

5.855

8

5.855

9

5.855

11

5.855

TabCalc pocket line calculator example:

? STD(InCol)

returns 5.855

? STDEV(InCol)

returns 5.855

See also:

CNT
AVG
STDERR COVAR Column Statistics
CORR AGGSTD