Homeโ€บGlossaryโ€บMean

Mean

General

Arithmetic Mean (Average)

The sum of a set of values divided by how many values there are, the most common measure of central tendency, often just called the average.

Definition

The mean is the sum of a set of values divided by how many values there are, the most commonly used measure of central tendency and what most people simply call the "average." It's the anchor point for many other statistical calculations, including variance and standard deviation, both of which measure how far individual values spread out relative to this mean.

While mean is intuitive and widely used, it has a real limitation: it's sensitive to outliers. A single extreme value can pull the mean away from where most of the data actually sits, which is why median is sometimes preferred for skewed datasets like income or home prices.

Formula

Mean (ฮผ) = ฮฃx / n

Where ฮฃx is the sum of all values and n is the number of values.

Worked Example

A dataset of five test scores: 65, 70, 75, 80, 95.

  • Sum: 65 + 70 + 75 + 80 + 95 = 385
  • Mean: 385 / 5 = 77

Note that four of the five scores are below this mean, the 95 pulls the average upward, illustrating how a single higher value can shift the mean away from where most values actually cluster.

Key Things to Know

  • Every value in the dataset affects the mean equally. This is what makes it sensitive to outliers, one extreme value has real pulling power on the final result.
  • Median is often better for skewed data. Income, home prices, and similar heavily right-skewed datasets often report median specifically because the mean gets distorted by a small number of very high values.
  • The mean underlies variance and standard deviation calculations. Both measure how far each value deviates from the mean, so understanding the mean is foundational to interpreting spread statistics.
  • The mean doesn't have to match any actual data point. It's a calculated summary value, often falling between observed values rather than equal to any single one of them.
  • Population mean and sample mean use the same formula, different contexts. The calculation is identical, whether you're averaging an entire population or a sample drawn from it, the distinction matters more for variance calculations than for the mean itself.

Frequently Asked Questions

Is mean the same as average?
In everyday usage, yes, mean is what most people mean when they say average. Statistically, average can also refer to median or mode depending on context, but mean specifically refers to the sum-divided-by-count calculation.
Why is the mean sensitive to outliers?
Because every value contributes to the sum equally, one extremely large or small value can pull the mean noticeably away from where most of the data actually clusters, unlike the median, which only cares about the middle position, not the magnitude of extreme values.
When should I use median instead of mean?
When your dataset has significant outliers or is heavily skewed, income data is a classic example, since a handful of very high earners can pull the mean well above what a typical person actually earns, the median gives a more representative middle value.
How is mean used in standard deviation calculations?
The mean is the anchor point standard deviation measures distance from, every value's deviation is calculated relative to the mean, so an inaccurate or misleading mean would distort the entire spread calculation built on top of it.
Can the mean be a value that doesn't appear in the dataset?
Yes, in fact it usually is. The mean of 2, 4, and 9 is 5, a number that isn't in the original dataset at all, since the mean is a calculated summary, not necessarily an actual observed value.