CALC.stdev(array)

Estimates standard deviation based on a range of data. The standard deviation is a measure of how widely values are dispersed from the average value. The standard deviation is calculated using the “unbiased” or “n-1” method. Text and Boolean values are ignored.

Example

CALC.stdev(

[1345,1301,1368,1322,1310,1370,1318,1350,1303,1299]);

// returns 27.46391

<< CALC.standardize(x, mean, standard_dev) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.stdeva(array) >>