Continuous probability distribution

Normal (Gaussian) distribution

X ~ Normal(μ, σ²)

The bell curve. By the Central Limit Theorem, sums and averages of many independent influences tend toward a Normal distribution — which is why it appears throughout statistics and nature. About 68% of values fall within one standard deviation of the mean, and 95% within two.

Explore it interactively

Key facts

Notation
X ~ Normal(μ, σ²)
Type
continuous
Parameters
μ — mean (centre); σ — standard deviation (spread, σ > 0)
Support
(−∞, ∞)
PDF
f(x) = 1 / (σ√(2π)) · e^(−(x − μ)² / (2σ²))
Mean
μ
Variance
σ²

When to use it

  • Measurement error
  • Heights, weights, and test scores
  • The sampling distribution of a mean
  • Modelling noise