IMSL C# Numerical Library

Summary.GetSkewness Method (Double[])

Returns the skewness of the given data set.

public static double GetSkewness(
   double[] x
);

Parameters

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

Return Value

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

See Also

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