IMSL C# Numerical Library

Summary.GetSkewness Method

Returns the skewness.

Overload List

Returns the skewness.

public double GetSkewness();

Returns the skewness of the given data set.

public static double GetSkewness(double[]);

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

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

See Also

Summary Class | Imsl.Stat Namespace