Returns the kurtosis.
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[]);
Summary Class | Imsl.Stat Namespace