MathSkewness

The function calculates the skewness (third moment) of array elements.

double  MathSkewness(
   const double&  array[]   // array of values
   )

Parameters

array[]

[in] Array of values. 

Return Value

Skewness.