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