Click or drag to resize

NMathFunctionsNaNMean Method

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