📘 Lesson: Normal Distribution
1. Introduction
The normal distribution is one of the most important probability distributions in statistics. It is
also called the Gaussian distribution.
It is a continuous probability distribution that is symmetric around its mean. Many natural
phenomena, such as heights, weights, test scores, and measurement errors, follow a normal
distribution.
2. Characteristics of Normal Distribution
1. Bell-shaped curve: Highest at the mean and tapering at the ends.
2. Symmetry: Mean ((\mu)) = Median = Mode.
3. Total area under the curve = 1.
4. Spread determined by standard deviation ((\sigma)):
o Larger (\sigma) → wider and flatter curve
o Smaller (\sigma) → narrower and taller curve
5. Empirical rule (68–95–99.7 rule):
o 68% of data within 1 (\sigma) of mean
o 95% within 2 (\sigma)
o 99.7% within 3 (\sigma)
3. Probability Density Function (PDF)
The formula for the normal distribution is:
[
f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{ -\frac{(x - \mu)^2}{2\sigma^2} }
]
Where:
(x) = random variable
(\mu) = mean
(\sigma) = standard deviation
(e \approx 2.71828)
4. Standard Normal Distribution
A standard normal distribution is a special case of normal distribution with:
[
\mu = 0, \quad \sigma = 1
]
The Z-score transforms any normal variable to a standard normal variable:
[
Z = \frac{X - \mu}{\sigma}
]
Where:
(X) = value of the random variable
(\mu) = mean
(\sigma) = standard deviation
(Z) = number of standard deviations from the mean
5. Using Z-Scores
Z-scores allow you to calculate probabilities using standard normal tables.
Example:
If (X = 70), (\mu = 65), (\sigma = 5):
[
Z = \frac{70 - 65}{5} = 1
]
This means X is 1 standard deviation above the mean.
6. Examples
Example 1: Exam Scores
The scores of a test are normally distributed with mean 80 and standard deviation 10.
Question: Probability that a student scores more than 90?
1. Convert X to Z:
[
Z = \frac{90-80}{10} = 1
]
2. Using standard normal table:
(P(Z > 1) \approx 0.1587)
Example 2: Heights
Average height of adult men: 170 cm, (\sigma = 6) cm.
Question: Probability that a man is between 164 cm and 182 cm?
1. Convert to Z-scores:
[
Z_1 = \frac{164 - 170}{6} = -1, \quad Z_2 = \frac{182 - 170}{6} = 2
]
2. Using table:
[
P(-1 < Z < 2) = P(Z < 2) - P(Z < -1) \approx 0.9772 - 0.1587 = 0.8185
]
So, about 81.85% of men are between 164 cm and 182 cm.
Example 3: Weights
Weights of newborns are normally distributed with mean 3.2 kg, (\sigma = 0.5) kg.
Question: Probability that a baby weighs less than 2.7 kg?
[
Z = \frac{2.7 - 3.2}{0.5} = -1
]
[
P(X < 2.7) = P(Z < -1) \approx 0.1587
]
7. Key Points
Normal distribution is bell-shaped and symmetric
Z-scores standardize variables for probability calculation
The mean, median, and mode are equal
Empirical rule helps estimate probabilities quickly
Used widely in research, quality control, and social sciences