Normal distribution
Log in to access the full course.
The bell curve
The normal distribution (also called the Gaussian distribution) is the most important distribution in statistics. It describes many naturally occurring measurements — heights, test scores, measurement errors — and plays a central role in statistical theory.
Its shape is a symmetric, bell-shaped curve centered at its mean , with spread controlled by its standard deviation .
The parameters
A normal distribution is fully described by two parameters:
- (mu): the mean — the center of the distribution.
- (sigma): the standard deviation — how spread out the values are. Larger means a wider, flatter bell.
We write to say " follows a normal distribution with mean and variance ."
The probability density function is:
You do not need to memorize this — but notice that it is symmetric around and falls off as moves away from the mean.
The 68-95-99.7 rule
A practical rule for any normal distribution:
- ~68% of values fall within 1 standard deviation of the mean ()
- ~95% fall within 2 standard deviations ()
- ~99.7% fall within 3 standard deviations ()
Example: adult male heights in the US are approximately . So about 95% of men are between cm and cm.
The standard normal
The standard normal distribution is the special case — mean 0, standard deviation 1. Any normal distribution can be converted to standard normal via standardization:
The value (called a z-score) tells you how many standard deviations is above or below the mean. A z-score of means the value is 2 standard deviations above average.
Why the normal distribution is everywhere
The central limit theorem (CLT) explains its ubiquity: the sum (or average) of many independent random variables — regardless of their individual distributions — tends toward a normal distribution as the number of variables grows. Since many real-world quantities are the result of many small independent influences adding together, normality arises naturally.
Key properties
- Symmetric around : mean = median = mode.
- Fully described by just and .
- The sum of independent normal random variables is also normal.
- Tails extend to but become negligibly small beyond .