CALC.stdeva(array)

Estimates standard deviation based on a range of data. The standard deviation is calculated using the “unbiased” or “n-1” method. Text values are ignored. Boolean values are considered to be 1 (true) or 0 (false).

Example

CALC.stdeva(

[true, false,1345,1301,1368,1322,1310,

1370,1318,1350,1303,1299]);

// returns 517.5588

<< CALC.stdev(array) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.stdevp(array) >>