CALC.stdevp(array)

Calculates standard deviation based on the entire population. The standard deviation is calculated using the “biased” or “n” method.

Example

CALC.stdevp(

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

// returns 26.05455

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