MathematicsStatisticsMedium

Mean (statistics)

Also known as:arithmetic meanaveragesample mean

The mean (arithmetic mean) is the sum of all values in a dataset divided by the number of values, and represents the central or typical value. It is the most commonly used measure of central tendency and is sensitive to extreme values (outliers). The mean is used extensively in data analysis, quality control, and as the foundation for more advanced statistical measures such as variance and standard deviation.

Key Formula

x̄ = (x₁ + x₂ + ... + xₙ) / n

LaTeX: \bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i

SymbolMeaningUnit
\bar{x}sample meansame as data
xᵢeach data valuesame as data
ntotal number of data valuesunitless

Worked Example

Problem

Seven employees have annual salaries (in ₹ lakh): 3.5, 4.0, 4.5, 5.0, 5.5, 6.0, 25.0. Find the arithmetic mean salary.

Solution

Step 1: Sum all salaries: 3.5 + 4.0 + 4.5 + 5.0 + 5.5 + 6.0 + 25.0 = 53.5 lakh. Step 2: Divide by n = 7: x̄ = 53.5 / 7 ≈ 7.64 lakh. Note: The mean is pulled up by the outlier salary of ₹25 lakh; the median (₹5 lakh) would better represent the typical employee.

Answer

Mean salary ≈ ₹7.64 lakh

Comparison of Measures of Central Tendency

MeasureDefinitionAffected by OutliersBest Used When
MeanSum / countYes (strongly)Data is symmetric, no outliers
MedianMiddle valueNoSkewed data or outliers present
ModeMost frequent valueNoCategorical or multimodal data
Geometric Meannth root of productLess sensitiveRatios or exponential growth
Harmonic Meann / Σ(1/xᵢ)Less sensitiveRates and speeds

Interactive Tools

Wolfram Alpha — Mean Calculator

Open Tool

Khan Academy — Mean, Median, Mode

Open Tool

Desmos Graphing Calculator

Open Tool
Diagram comparing mean, median, and mode on a skewed distribution

Wikimedia Commons, CC BY-SA

Related Terms

From Old French meien and Latin medianus (middle). The arithmetic mean as a concept predates recorded history, but its formal use in statistics was established by mathematicians such as Gauss and Laplace in the 18th–19th centuries.

meanaveragecentral tendencystatisticsdata analysis