Click or drag to resize

NMathFunctionsNaNSum Method

Overload List
 NameDescription
Public methodStatic memberNaNSum(Double) Calculates the sum of the elements in the given data set that are not NaN.
Public methodStatic memberNaNSum(DoubleMatrix) Computes the NaN sum of the matrix columns.
Public methodStatic memberNaNSum(DoubleVector) Calculates the sum of a given vector's elements that are not equal to NaN.
Public methodStatic memberNaNSum(FloatMatrix) Computes the NaN sum of the matrix columns.
Public methodStatic memberNaNSum(FloatVector) Calculates the sum of a given vector's elements that are not equal to NaN.
Public methodStatic memberNaNSum(IDFColumn) Calculates the sum of the elements in the given data set excluding missing values.
Top
See Also