Skip to content

Mean

The arithmetic average of the elements of the collection.

Wolfram LanguageMean
Mean(collection)the arithmetic average of the elements.

Domain: Collections

Details
  • . See Length.
  • Sensitive to outliers — a single extreme value can drag the mean far from the bulk of the data. See Median for a more robust alternative.
  • compute-engine's Mean requires a flat list of numbers.
  • See Mode for the most frequent value rather than the average.

Examples

See also: Median, Mode