se()

Read(1608) Label: sequence, standard error,

Description:

Calculate the standard error of a numeric sequence.

Syntax:

A.se()

Note:

External library function (See External Library Guide). In the formula SEM=, SD is the standard error.

Parameter:

A

A numeric sequence

Return value:

A double-precision number

Example:

 

A

 

1

[0,6,5,2,0,2,1,0]

 

2

=A1.se()

Return A1’s standard error.