statistics

Normal Distribution

The normal (Gaussian) distribution is a bell-shaped probability curve fully described by its mean μ and standard deviation σ. Foundation of much of statistics.

本术语中文版本即将上线。下方暂以英文原文展示。

The normal distribution (or Gaussian) is the iconic bell-shaped continuous probability distribution. Its density:

f(x)=1σ2πexp ⁣((xμ)22σ2)f(x) = \frac{1}{\sigma\sqrt{2\pi}} \exp\!\left(-\frac{(x - \mu)^2}{2\sigma^2}\right)

is fully determined by two parameters: the mean μ\mu (location) and standard deviation σ\sigma (spread).

Key properties:

  • Symmetric about μ\mu.
  • 68-95-99.7 rule: 68%\approx 68\% of values within 1σ1\sigma, 95%95\% within 2σ2\sigma, 99.7%99.7\% within 3σ3\sigma.
  • The standard normal N(0,1)N(0, 1) is the canonical reference; any normal can be standardised via z=(xμ)/σz = (x - \mu)/\sigma.

The normal arises everywhere because of the Central Limit Theorem: the sum of many independent random variables tends to normal regardless of their individual distributions. This makes it the default model for measurement errors, IQ, height, exam scores, and the foundation of confidence intervals, hypothesis tests, and Gaussian processes.