MathVariance

该函数计算数组元素的方差(第二力矩)。

double  MathVariance(
   const double&  array[]   // 数值数组
   )

参数

array[]

[in]  数值数组。 

返回值

方差值。