IMSL C# Numerical Library

Summary.GetKurtosis Method (Double[])

Returns the kurtosis of the given data set.

public static double GetKurtosis(
   double[] x
);

Parameters

x
A double array containing the data set whose kurtosis is to be found.

Return Value

A double which specifies the kurtosis of the given data set.

See Also

Summary Class | Imsl.Stat Namespace | Summary.GetKurtosis Overload List