Click or drag to resize

NMathFunctionsNaNRemove(DoubleVector) Method

Creates a copy of a data set with NaN values removed.

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

Parameters

data  DoubleVector
A vector.

Return Value

DoubleVector
A copy without NaN values.
See Also