Click or drag to resize

StatMean Method

Overload List
  NameDescription
Public methodStatic memberCode exampleMean(DoubleMatrix)
Returns the arithmetic mean of the specified data.
Public methodStatic memberCode exampleMean(ReadOnlyDoubleMatrix)
Returns the arithmetic mean of the specified data.
Public methodStatic memberCode exampleMean(DoubleMatrix, DataOperation)
Returns the arithmetic mean of each row or column in the specified data.
Public methodStatic memberCode exampleMean(ReadOnlyDoubleMatrix, DataOperation)
Returns the arithmetic mean of each row or column in the specified data.
Top
See Also