MathematicsStatisticsMedium

Standard Deviation

Also known as:root mean square deviationsigma

Standard deviation is the square root of the variance and measures the average distance of data points from the mean in the original units of measurement. It is the most widely used measure of statistical dispersion because, unlike variance, it is expressed in the same units as the data. A small standard deviation indicates data clustered near the mean; a large one indicates wide spread.

Key Formula

σ = √[ Σ(xᵢ − μ)² / N ]

LaTeX: \sigma = \sqrt{\frac{\sum_{i=1}^{N}(x_i - \mu)^2}{N}}

SymbolMeaningUnit
σpopulation standard deviationsame as xᵢ
xᵢeach individual data valuesame as data
μpopulation meansame as data
Ntotal number of values in the populationunitless

Worked Example

Problem

A machine fills bottles with a target of 500 mL. Five measurements are: 498, 501, 499, 502, 500 mL. Find the standard deviation.

Solution

Step 1: Mean μ = (498 + 501 + 499 + 502 + 500) / 5 = 2500 / 5 = 500 mL. Step 2: Squared deviations: (498−500)² = 4 (501−500)² = 1 (499−500)² = 1 (502−500)² = 4 (500−500)² = 0 Step 3: Sum = 4+1+1+4+0 = 10. Step 4: Variance = 10/5 = 2. Step 5: σ = √2 ≈ 1.414 mL.

Answer

Standard deviation σ ≈ 1.41 mL

Standard Deviation in the Empirical Rule

IntervalProportion of DataExample (μ=500, σ=10)Interpretation
μ ± 1σ68.27%490 to 510Typical range
μ ± 2σ95.45%480 to 520Wide normal range
μ ± 3σ99.73%470 to 530Almost all data
Beyond ±3σ0.27%< 470 or > 530Outliers / rare events

Interactive Tools

Wolfram Alpha — Standard Deviation

Open Tool

Khan Academy — Standard Deviation

Open Tool

Desmos Graphing Calculator

Open Tool
Standard deviation diagram showing one, two, and three sigma intervals on a normal curve

Wikimedia Commons, CC BY-SA

Related Terms

Introduced by Karl Pearson in 1894 in his paper "On the dissection of asymmetrical frequency curves." The word "standard" conveys the notion of a canonical or reference measure of spread; "deviation" from Latin deviare (to turn aside from the way).

standard deviationdispersionstatisticssigmanormal distributionspread