Normal Distribution
GeneralGaussian Distribution
A symmetric, bell-shaped probability distribution defined entirely by its mean and standard deviation, where values cluster around the mean and taper off equally in both directions.
Definition
The normal distribution is a symmetric, bell-shaped probability distribution defined entirely by two parameters: its mean (μ), which sets the center of the curve, and its standard deviation (σ), which sets how spread out the values are. Values cluster most densely near the mean and taper off symmetrically in both directions, forming the familiar bell curve.
It is one of the most widely used distributions in statistics because so many real-world measurements — heights, blood pressure readings, standardized test scores, manufacturing tolerances — approximate this shape, and because the central limit theorem guarantees that averages of large samples tend toward normality regardless of the original data's distribution. The Normal Distribution Calculator lets you compute the probability density or cumulative probability for any value given a mean and standard deviation.
A key related concept is the z-score, which converts any normally distributed value into units of standard deviations from the mean. This standardization is what makes it possible to compare values across different normal distributions using a single common scale, calculated with the Z-Score Calculator.
Formula
The probability density function of the normal distribution is:
f(x) = [1 ÷ (σ√(2π))] × e^(−(x−μ)² ÷ (2σ²))
To find how many standard deviations a value x is from the mean, use the z-score:
z = (x − μ) ÷ σ
Worked Example
Suppose adult heights in a population are normally distributed with a mean (μ) of 170 cm and a standard deviation (σ) of 8 cm. For a person who is 186 cm tall:
z = (186 − 170) ÷ 8 = 16 ÷ 8 = 2
A z-score of 2 means this person's height is 2 standard deviations above the mean. Applying the 68-95-99.7 rule, about 95% of the population falls within ±2 standard deviations (154 cm to 186 cm), so this person is taller than roughly 97.5% of the population.
Key Things to Know
- Defined by just two numbers: the entire shape and location of a normal distribution is captured by its mean and Standard Deviation — no other parameters are needed.
- Symmetric around the mean: the mean, median, and mode are all identical and sit exactly at the center of the curve.
- The 68-95-99.7 rule gives fast estimates: roughly 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3, without needing to calculate exact probabilities.
- Z-scores standardize comparisons: converting values to z-scores lets you compare data measured on different scales or from different normal distributions directly.
- Not every dataset is normal: skewed or multi-modal data does not follow this pattern, so it's worth checking the shape of a distribution before applying normal-distribution-based statistics.
Related Calculators
Frequently Asked Questions