Reviewed by CalculatorApp.me Math Team
Measures of central tendency β when to use each, outlier effects, and real-world interpretation.
xΜ
Arithmetic Mean
M
Median (middle)
Mo
Mode (most frequent)
xΜ
Trimmed Mean
Free online mean, median, mode calculator β compute descriptive statistics instantly with AI-powered insights.
Enter values above to see results.
Explore our in-depth guides related to this calculator
Master percentage calculations with this comprehensive guide covering percentage formulas, increase/decrease, percentage of a number, reverse percentages, and common real-world applications.
Complete geometry reference covering area formulas, volume calculations, triangles, circles, and 3D shapes. Free area calculator, volume calculator, and right triangle solver included.
Complete GPA guide covering weighted vs. unweighted GPA, cumulative GPA calculation, grade conversion charts, and strategies to raise your GPA. Free GPA and grade calculators included.
Central tendency identifies the center or typical value of a dataset. The three primary measures are mean (arithmetic average), median (middle value), and mode (most frequent value). Each captures a different aspect of "center."
The mean (xΜ = Ξ£xα΅’/n) uses every data point and is the most common average, but is sensitive to outliers. The median is the middle value when data is sorted β it resists outliers and is preferred for skewed distributions like income or house prices. The mode is the only measure applicable to categorical data (e.g., most popular color).
For symmetric distributions (like normal), mean β median β mode. For skewed data, they diverge: in a right-skewed distribution (like income), mean > median > mode. Understanding which measure to use β and why β is fundamental to data literacy.
Sample Mean:
xΜ = (xβ + xβ + ... + xβ) / n
xΜ = Ξ£xα΅’ / n
Population Mean:
ΞΌ = Ξ£xα΅’ / N
Example: {3, 7, 7, 19, 24}
xΜ = (3+7+7+19+24)/5
xΜ = 60/5 = 12
Weighted Mean:
xΜα΅€ = Ξ£(wα΅’ Γ xα΅’) / Ξ£wα΅’
GPA example:
A(4)Γ3cr + B(3)Γ4cr + A(4)Γ3cr
= (12+12+12)/10 = 3.6 GPA
Geometric Mean (growth rates):
GM = (xβ Γ xβ Γ ... Γ xβ)^(1/n)
Returns: +10%, β5%, +20%
GM = (1.1Γ0.95Γ1.2)^(1/3) = 1.0772
β 7.72% avg annual returnThe arithmetic mean is the 'balance point' of a dataset. It uses ALL values, which makes it sensitive to outliers. The geometric mean is better for percentages and growth rates.
Finding the Median:
1. Sort data ascending
2. If n is odd: median = middle value
position = (n+1)/2
3. If n is even: median = average of
two middle values
positions = n/2 and n/2+1
Example (odd n=5): {3, 7, 7, 19, 24}
Sorted: 3, 7, [7], 19, 24
Position: (5+1)/2 = 3rd value
Median = 7
Example (even n=6): {3, 7, 7, 19, 24, 30}
Sorted: 3, 7, [7, 19], 24, 30
Positions: 3rd and 4th
Median = (7+19)/2 = 13
With outlier: {3, 7, 7, 19, 24, 1000}
Mean = 176.7 (skewed by 1000!)
Median = 13 (barely changed)
β Median is ROBUST to outliersThe median is the 50th percentile β exactly half the data falls below it. It's preferred for skewed data (income, house prices, reaction times) because outliers can't distort it.
Finding the Mode:
Count frequency of each value
Mode = value(s) with highest frequency
Unimodal: {1, 2, 2, 3, 4}
Mode = 2 (appears twice)
Bimodal: {1, 2, 2, 3, 3, 4}
Modes = 2 and 3 (both appear twice)
Multimodal: {1,1, 2,2, 3,3}
Three modes: 1, 2, 3
No mode: {1, 2, 3, 4, 5}
All values appear once
(some say 'no mode')
Categorical data (mode only option):
Colors: {red, blue, blue, green, red,
blue, green}
Mode = blue (3 occurrences)
Mean/median don't apply here
For grouped/continuous data:
Modal class = class with highest freq
Mode β L + [(fββfβ)/(2fββfββfβ)] Γ h| Situation | Best Measure | Why | Example |
|---|---|---|---|
| Symmetric data, no outliers | Mean | Uses all values, most efficient | Test scores (bell curve) |
| Skewed data or outliers | Median | Not affected by extremes | Household income, home prices |
| Categorical data | Mode | Only option for non-numeric | Most popular product, favorite color |
| Growth rates / returns | Geometric Mean | Handles compounding correctly | Investment returns, GDP growth |
| Speed / rate averages | Harmonic Mean | Correct for rates | Average driving speed |
| Outlier-prone continuous |
| Distribution Shape | Relationship | Real-World Example | Best Measure |
|---|---|---|---|
| Symmetric (normal) | Mean β Median β Mode | Heights, IQ scores, blood pressure | Mean (most efficient) |
| Right-skewed (positive) | Mean > Median > Mode | Income, wealth, house prices, city sizes | Median (resists high outliers) |
| Left-skewed (negative) | Mean < Median < Mode | Age at retirement, exam scores (easy test) | Median (resists low outliers) |
| Bimodal | Mean between peaks | Mixed populations (male+female heights) | Both modes (report bimodality) |
| Uniform | Mean = Median, no mode | Random number generator, die rolls | Mean or median (equivalent) |
Babylonian astronomers averaged multiple observations of celestial positions to reduce measurement error. This implicit use of the arithmetic mean predates formal mathematical definition by millennia. Egyptian and Chinese astronomers used similar practices.
Thomas Simpson demonstrated mathematically that the arithmetic mean of multiple measurements is more accurate than any single measurement. His 1755 paper in Philosophical Transactions proved averaging reduces random error β a cornerstone of experimental science.
Pierre-Simon Laplace showed that the median minimizes the sum of absolute deviations (Ξ£|xα΅’ β m|), while the mean minimizes the sum of squared deviations (Ξ£(xα΅’ β xΜ)Β²). This gave each measure a distinct mathematical justification.
Karl Pearson formalized the mode as a central tendency measure and defined Pearson's skewness coefficient: Sk = 3(Mean β Median)/SD. He established the relationship between mean, median, and mode in skewed distributions that statisticians use today.
Pearson (1895) β Phil. Trans. Royal Society
Karl Pearson established that for moderately skewed unimodal distributions: Mean β Mode β 3(Mean β Median). This Pearson's rule of thumb lets you estimate the mode from the mean and median, and remains widely taught.
Tukey (1977) β Exploratory Data Analysis
John Tukey introduced the five-number summary (min, Q1, median, Q3, max) and box plots, emphasizing the median over the mean for exploratory analysis. His work launched modern robust statistics and changed how scientists examine data.
Anscombe (1973) β American Statistician
Four datasets with identical means (7.50), standard deviations (4.12), and correlations (0.816) but completely different distributions. This demonstrated that summary statistics alone are dangerously misleading β always visualize your data.
U.S. Census Bureau β Income Data
The mean is always the best measure of central tendency.
The mean is optimal ONLY for symmetric data without outliers. For skewed data (income, house prices), the median is more representative. For categorical data (favorite color), only the mode applies. No single measure is universally best.
'Average' always means the arithmetic mean.
'Average' is ambiguous. It can refer to mean, median, or mode β all are types of averages. News headlines often exploit this: 'average income' (mean) sounds higher than 'typical income' (median). Always ask which average is being reported.
The median is just the middle number β it's less informative than the mean.
The median is a robust estimator that resists outliers and works for ordinal data. It minimizes sum of absolute deviations (vs. squared for mean). For skewed data, the median better represents the 'typical' value. It's not less informative β it's differently informative.
Precision math tools for students, data analysts, and professionals β CalculatorApp.me.
Browse Math Calculators βLast updated:
Mode is the only central tendency measure for categorical (nominal) data. It's also used in fashion ('Γ la mode' = in style), reflecting 'what's most common.'
Trimmed Mean (robust): Remove top/bottom k% of data Calculate mean of remaining Olympic scoring: drop highest and lowest judge (trimmed mean) Harmonic Mean (rates): HM = n / Ξ£(1/xα΅’) Average speed: 60mph out, 40mph back HM = 2/(1/60 + 1/40) = 48 mph NOT simple mean of 50 mph! Geometric Mean (growth): GM = (βxα΅’)^(1/n) Investment returns, population growth Always β€ Arithmetic Mean Midrange: (max + min) / 2 Quick but not robust Relationship (for positive data): Harmonic β€ Geometric β€ Arithmetic Equal only when all values equal Called the AM-GM-HM inequality
Different averages suit different data types. Harmonic mean for rates, geometric mean for growth/compounding, trimmed mean for outlier-resistant averaging. Know which one to use for your context.
| Trimmed Mean |
| Removes extreme values |
| Olympic judging, salary data |
| Highly discrete data | Mode | Shows most common | Shoe sizes, class sizes |
| Small sample, unknown dist. | Median | Robust with few data points | Pilot study results |
As datasets grew, statisticians discovered that the mean is highly sensitive to outliers and contaminated data. This led to development of robust estimators: trimmed means, Winsorized means, and eventually the whole field of robust statistics (Tukey, Huber).
With big data, the choice of central tendency measure has massive real-world impact. Reporting mean vs. median income changes policy decisions. Amazon response times use percentiles (p50, p95, p99). Data literacy β knowing which average to use β became essential.
U.S. mean household income (~$105K) is ~40% higher than median (~$75K), demonstrating severe right skew. A small number of very high earners pulls the mean up dramatically. Using mean income overstates typical household purchasing power.
Every dataset has exactly one mode.
A dataset can have no mode (all values unique), one mode (unimodal), two modes (bimodal), or many modes (multimodal). Bimodal distributions often indicate two overlapping populations. The number of modes is itself informative about data structure.