CALC.varp(array)

Estimates variance based on the entire population. Sum of the squares of the deviations from the mean of each sample divided by number of samples.

Example

CALC.varp(

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

// returns 678.8399

<< CALC.vara(array) © 1996-2013 InetSoft Technology Corporation (v11.4) JS.7.6 Text Functions >>