Click or drag to resize

NMathFunctionsNaNCentralMoment(IDFColumn, Int32) Method

Calculates the specified central moment about the mean for the the given data, excluding missing values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double NaNCentralMoment(
	IDFColumn data,
	int order
)

Parameters

data  IDFColumn
A column.
order  Int32
A moment (order).

Return Value

Double
The specified central moment.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data is not numeric or has length of zero.
See Also