Click or drag to resize

NMathFunctionsNaNMode(DoubleVector) Method

Determines the most common element in a data set, excluding NaN values.

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

Parameters

data  DoubleVector
A vector.

Return Value

Double
Mode.
See Also