Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / New in Version 5.0 / Numerical Computation /

Mean

FilledSmallSquare Mean[list] gives the statistical mean of the elements in list.

FilledSmallSquare Mean[list] is equivalent to Total[list]/Length[list].

FilledSmallSquare Mean handles both numerical and symbolic data.

FilledSmallSquare Mean[, , ... , , , ... , ... ] gives Mean[, , ... ], Mean[, , ... ].

FilledSmallSquare Mean works with SparseArray objects.

FilledSmallSquare See Section 1.6.7, Section 3.2.14 and Section 3.8.1.

FilledSmallSquare See also: Total, StandardDeviation, Variance, Median.

FilledSmallSquare Related packages: Statistics`DescriptiveStatistics`, Statistics`MultiDescriptiveStatistics`.

FilledSmallSquare New in Version 5.0.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.