What Are Measures of Central Tendency?
Measures of central tendency are statistical tools that describe a "typical" or "central" value in a dataset. Instead of reporting every single data point, you can summarize a whole dataset with one representative number. The three most common measures are mean, median, and mode.
Understanding which measure to use โ and when โ is a fundamental data literacy skill used in science, business, education, economics, and everyday life.
The Mean (Arithmetic Average)
The mean is what most people think of when they hear the word "average." It is calculated by adding all values and dividing by the count.
xฬ = (xโ + xโ + xโ + ... + xโ) / n
Worked Example
Test scores: 72, 85, 90, 68, 95, 78, 82
Count = 7
Mean = 570 รท 7 = 81.43
When to Use the Mean
- Data is symmetrically distributed (no extreme outliers)
- You want to represent the "expected" value for future predictions
- Calculating GPA, average speed, average temperature, average sales
Weakness of the Mean
The mean is sensitive to outliers โ extreme values that skew the result.
Example: Salaries at a company: $30k, $35k, $32k, $40k, $500k (CEO). Mean = $127.4k. This is misleading โ the "typical" employee earns far less.
The Median (Middle Value)
The median is the middle value when data is arranged in order. It divides the dataset exactly in half โ 50% of values fall below it, 50% above it.
Even count: Median = (value at n/2 + value at n/2+1) / 2
Worked Examples
Odd count: Dataset: 3, 7, 12, 18, 25
Sorted: 3, 7, 12, 18, 25 โ Median = 12
Even count: Dataset: 4, 8, 15, 16
Sorted: 4, 8, 15, 16 โ Median = (8+15)/2 = 11.5
When to Use the Median
- Data has outliers or extreme values
- Income, house prices, or any skewed data
- When you want the "typical" value unaffected by extremes
- Ordinal data (rankings, survey ratings)
The Mode (Most Frequent Value)
The mode is the value that appears most frequently in a dataset. Unlike mean and median, mode can be used with non-numerical (categorical) data.
Types of Mode
When to Use the Mode
- Categorical data: most popular shoe size, most common eye color
- Finding the most common response in a survey
- Inventory management: which product sells most
- Understanding the most typical outcome
Comparing Mean, Median, and Mode โ Side by Side
| Property | Mean | Median | Mode |
|---|---|---|---|
| Definition | Sum รท count | Middle value | Most frequent |
| Affected by outliers? | Yes (strongly) | No | No |
| Works with categories? | No | No | Yes |
| Unique value? | Always one | Always one | Can be multiple |
| Best for | Normal data, predictions | Skewed data, income | Categories, popularity |
Comprehensive Example โ All Three Together
Students' test scores: 55, 70, 72, 72, 75, 80, 82, 85, 90, 99
Median = (75+80)/2 = 77.5 (average of 5th and 6th)
Mode = 72 (appears twice, all others once)
All three are close here (78, 77.5, 72) โ this suggests the data is fairly symmetrically distributed. When mean and median differ greatly, it signals skewness.
Skewed Distributions: Why Mean โ Median
In a right-skewed distribution (long tail to the right), the mean is pulled higher than the median. This is typical of income, house prices, and wealth data โ a few very high values drag the mean up.
In a left-skewed distribution (long tail to the left), the mean is pulled lower than the median. This is seen in age at death in developed countries โ most people live long lives, but some die young.
Symmetric: Mean โ Median โ Mode
Left-skewed: Mode > Median > Mean
Use Our Free Statistics Calculators
Practice these calculations with our free tools: