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