Click or drag to resize

NMathFunctionsSkewness(IDFColumn, BiasType) Method

Calculates the skewness, a measure of the symmetry of the data, of the the elements in a data set using the given bias type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Skewness(
	IDFColumn data,
	BiasType type
)

Parameters

data  IDFColumn
A column.
type  BiasType
Bias type.

Return Value

Double
Skewness.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data is not numeric or has length of zero.
See Also