Map and Table Calculation

STDERR( ) function

Returns the standard error of a value column.

Syntax

STDERR(ValueColumn)

Input

ValueColumn is a value column
Domain type: any Value domain

Output

STDERR returns: a real value
Domain: system domain Value

Notes:

Tip:

When the definition symbol = is used, a dependent output column is created; when the assignment symbol := is used, the dependency link is immediately broken after the output column has been calculated.

Usable in

TabCalc, TabCalc pocket line calculator

Examples

TabCalc example:

OutCol = STDERR(InCol)

 

InCol

OutCol

-5

2.070

-2

2.070

-1

2.070

0

2.070

?

2.070

4

2.070

8

2.070

9

2.070

11

2.070

TabCalc pocket line calculator example:

? STDERR(InCol)

returns 2.070

See also:

CNT
AVG
STD COVAR Column Statistics
STDEV CORR