![]() | NMath |
Name | Description | |
---|---|---|
![]() ![]() | NaNMinValue(Double) | Calculates the minimum value in the given data set, excluding NaN values. |
![]() ![]() | NaNMinValue(DoubleMatrix) | Computes the NaN minimum value of each of the matrix columns. |
![]() ![]() | NaNMinValue(DoubleVector) | Calculates the minimum value of the vector elements that are not equal to NaN. |
![]() ![]() | NaNMinValue(FloatMatrix) | Computes the NaN minimum value of each of the matrix columns. |
![]() ![]() | NaNMinValue(FloatVector) | Calculates the minimum value of the vector elements that are not equal to NaN. |
![]() ![]() | NaNMinValue(IDFColumn) | Calculates the minimum value in the given data set, excluding missing values. |