IMSL C# Numerical Library

Summary.GetSkewness Method (Double[], Double[])

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

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

Parameters

x
A double array containing the data set whose skewness is to be found.
weight
A double array containing the weights associated with the data points x.

Return Value

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

See Also

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