|
Mean
Mean[list] gives the statistical mean of the elements in list.
Mean[list] is equivalent to Total[list]/Length[list].
Mean handles both numerical and symbolic data.
Mean[  , , ... ,  , , ... , ... ] gives Mean[ , , ... ], Mean[ , , ... ] .
Mean works with SparseArray objects.
See Section 1.6.7, Section 3.2.14 and Section 3.8.1.
See also: Total, StandardDeviation, Variance, Median.
Related packages: Statistics`DescriptiveStatistics`, Statistics`MultiDescriptiveStatistics`.
New in Version 5.0.
Further Examples
|