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