The normal distribution
A normal distribution is fully described by two parameters: the mean μ (the centre) and the standard deviation σ (the spread). About 68% of values fall within one standard deviation of the mean, 95% within two, and 99.7% within three — the empirical rule, also called the 68–95–99.7 rule.
The probability density function is f(x) = (1 / (σ√(2π))) × exp(−(x−μ)² / (2σ²)). The cumulative distribution function (CDF), which gives the probability that a value is below x, has no closed form and is computed numerically.