IMSL C# Numerical Library

Summary.GetKurtosis Method

Returns the kurtosis.

Overload List

Returns the kurtosis.

public double GetKurtosis();

Returns the kurtosis of the given data set.

public static double GetKurtosis(double[]);

Returns the kurtosis of the given data set and associated weights.

public static double GetKurtosis(double[],double[]);

See Also

Summary Class | Imsl.Stat Namespace