Click or drag to resize

NMathFunctionsNaNMedian(IDFColumn) Method

Calculates the median value of column elements that are not equal to NaN.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double NaNMedian(
	IDFColumn data
)

Parameters

data  IDFColumn
A column.

Return Value

Double
The median value of the elements in data that are not NaN.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data is not numeric or has zero non-NaN length.
See Also