MathematicsStatisticsMedium

Normal Distribution

Also known as:Gaussian distributionbell curveLaplace-Gauss distribution

The normal distribution is a continuous, symmetric, bell-shaped probability distribution characterised by its mean (μ) and standard deviation (σ). It is the most important distribution in statistics because many natural phenomena — heights, measurement errors, test scores — follow or approximate it. The Central Limit Theorem guarantees that the mean of a large sample from any distribution is approximately normally distributed.

Key Formula

f(x) = (1 / (σ√(2π))) × e^(−(x−μ)² / (2σ²))

LaTeX: f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}

SymbolMeaningUnit
xvalue of the random variableunitless
μmean (centre of the distribution)same as x
σstandard deviationsame as x
eEuler's number ≈ 2.71828unitless
πpi ≈ 3.14159unitless

Worked Example

Problem

The heights of adult men in India are normally distributed with μ = 165 cm and σ = 7 cm. What percentage of men are taller than 172 cm?

Solution

Step 1: Standardise: z = (x − μ) / σ = (172 − 165) / 7 = 1.0. Step 2: Find P(Z > 1.0) using the standard normal table. Step 3: P(Z ≤ 1.0) = 0.8413. Step 4: P(Z > 1.0) = 1 − 0.8413 = 0.1587.

Answer

Approximately 15.87% of men are taller than 172 cm.

Empirical Rule (68-95-99.7 Rule) for Normal Distribution

RangeInterval% of DataPractical Meaning
μ ± σ68.27%Majority of typical outcomes
μ ± 2σ95.45%Almost all normal outcomes
μ ± 3σ99.73%Near-total coverage
Beyond 3σTails0.27%Rare / extreme events

Interactive Tools

Desmos — Normal Distribution

Open Tool

Wolfram Alpha — Normal Distribution

Open Tool

GeoGebra — Probability Calculator

Open Tool
Probability density function of the normal distribution showing the bell curve

Wikimedia Commons, CC BY-SA

Related Terms

Called "normal" because it was considered the standard or typical distribution of errors in measurements. The term was popularised by Karl Pearson in 1894; earlier studied by Gauss (Gaussian distribution) and de Moivre (1733).

normal distributionbell curvegaussianstatisticscontinuous distribution