Click or drag to resize

NMathFunctionsMean Method

Overload List
 NameDescription
Public methodStatic memberMean(Double) Calculates the arithmetic mean of the given data.
Public methodStatic memberMean(DoubleComplexMatrix) Computes the mean of each of the matrix columns.
Public methodStatic memberMean(DoubleComplexVector) Calculates the mean of a given vector's elements.
Public methodStatic memberMean(DoubleMatrix) Computes the mean of each of the matrix columns.
Public methodStatic memberMean(DoubleVector) Calculates the mean of a given vector's elements.
Public methodStatic memberMean(FloatComplexMatrix) Computes the mean of each of the matrix columns.
Public methodStatic memberMean(FloatComplexVector) Calculates the mean of a given vector's elements.
Public methodStatic memberMean(FloatMatrix) Computes the mean of each of the matrix columns.
Public methodStatic memberMean(FloatVector) Calculates the mean of a given vector's elements.
Public methodStatic memberMean(IDFColumn) Calculates the arithmetic mean of the given data.
Public methodStatic memberMean(Int32) Calculates the arithmetic mean of the given data.
Top
See Also