Click or drag to resize

NMathFunctionsNaNMinValue Method

Overload List
 NameDescription
Public methodStatic memberNaNMinValue(Double) Calculates the minimum value in the given data set, excluding NaN values.
Public methodStatic memberNaNMinValue(DoubleMatrix) Computes the NaN minimum value of each of the matrix columns.
Public methodStatic memberNaNMinValue(DoubleVector) Calculates the minimum value of the vector elements that are not equal to NaN.
Public methodStatic memberNaNMinValue(FloatMatrix) Computes the NaN minimum value of each of the matrix columns.
Public methodStatic memberNaNMinValue(FloatVector) Calculates the minimum value of the vector elements that are not equal to NaN.
Public methodStatic memberNaNMinValue(IDFColumn) Calculates the minimum value in the given data set, excluding missing values.
Top
See Also