MathKurtosis

The function calculates the kurtosis (fourth moment) of array elements.

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

Parameters

array[]

[in] Array of values. 

Return Value

Kurtosis.