Click or drag to resize

NMathFunctionsSkewness(Double) Method

Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Skewness(
	double[] data
)

Parameters

data  Double
An array of doubles.

Return Value

Double
Skewness.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has a length of zero.
See Also