Click or drag to resize

NMathFunctionsNaNSkewness(DoubleVector, 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. NaN values are excluded.

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

Parameters

data  DoubleVector
A vector.
type  BiasType
Bias type.

Return Value

Double
Skewness.
See Also