What is the Mean (Arithmetic Average)?
The mean — also called the arithmetic average — is the most widely used measure of central tendency. It answers the question: if all values were equal, what single value would represent the entire data set?
Definition & Formula
The mean is computed by summing all values and dividing by the number of values.
Here x̄ (pronounced "x-bar") is the sample mean, n is the count of values, and Σ denotes summation. For the full population the symbol is μ (mu) and n is replaced by N.
Step-by-Step Example
Data set: 4, 7, 13, 2, 14
- Count the values: n = 5
- Sum them: 4 + 7 + 13 + 2 + 14 = 40
- Divide: 40 ÷ 5 = 8
The mean is 8. Note that 8 does not appear in the data set — means are often values that never occur individually.
When to Use the Mean
The mean works best when your data is:
- Symmetric — values are distributed roughly evenly around the centre
- Free of extreme outliers — no single very large or very small value that distorts the result
- On an interval or ratio scale — temperature, weight, exam scores, prices
Common examples: class average on a test, mean daily temperature, average product rating. Try the statistics calculator to compute the mean of your own data instantly.
Sensitivity to Outliers
The mean's biggest weakness is its sensitivity to extreme values. Consider six salaries (in k€):
28, 30, 32, 35, 33, 200
Mean = (28 + 30 + 32 + 35 + 33 + 200) / 6 ≈ 59.7 k€ — a number that represents nobody. The median (32.5 k€) is far more representative. This is why income statistics typically use the median rather than the mean — see mean vs median for a detailed comparison.