Human heights, IQ scores, measurement errors, financial returns, and blood pressure readings all share a remarkable property: they cluster symmetrically around a central value, with fewer observations in the extremes. This pattern โ the bell curve โ is the normal distribution, and it is the single most important probability distribution in all of statistics.
📘 Key Term
The normal distribution is a continuous probability distribution that is symmetric, bell-shaped, and completely described by two parameters: its mean (ฮผ) โ which determines where the centre lies โ and its standard deviation (ฯ) โ which determines how wide or narrow the bell is. We write X ~ N(ฮผ, ฯยฒ).
Properties of the Normal Distribution
✅ Symmetric about the mean (ฮผ = median = mode)
✅ Bell-shaped curve that extends to ยฑโ
✅ Total area under the curve = 1 (represents 100% of probability)
✅ 68% of data within ฮผ ยฑ ฯ; 95% within ฮผ ยฑ 2ฯ; 99.7% within ฮผ ยฑ 3ฯ
✅ Defined by exactly two parameters: ฮผ and ฯยฒ
Chapter 5 of
Statistics Made Simple builds the standard normal table from first principles and includes a full page of Z-score conversion drills.
The Standard Normal Distribution and Z-Scores
Any normal distribution can be converted to the standard normal distribution Z ~ N(0, 1) using the Z-score formula:
Z = (X โ ฮผ) / ฯ
The Z-score tells you how many standard deviations a value is above or below the mean. A Z-score of +2 means the value is 2 standard deviations above the mean; a Z-score of โ1.5 means 1.5 standard deviations below it.
Worked Example: Adult Heights
Suppose adult male heights are normally distributed with ฮผ = 175cm and ฯ = 8cm.
Q: What proportion of men are taller than 191cm?
Step 1: Calculate Z = (191 โ 175) / 8 = 16/8 = 2.0
Step 2: From Z-table, P(Z < 2.0) = 0.9772
Step 3: P(X > 191) = 1 โ 0.9772 = 2.28% of men are taller than 191cm
💡 Key Insight
The normal distribution’s ubiquity is explained by the Central Limit Theorem: regardless of how the underlying population is distributed, the distribution of sample means approaches normality as sample size increases. This is why the normal distribution applies to so many real-world averages and aggregated measurements.
⚠️ Common Error
The normal distribution assumes the variable is continuous and can theoretically take any value from โโ to +โ. It is not appropriate for discrete variables (e.g. number of children), heavily skewed data (e.g. incomes), or data with natural boundaries (e.g. test scores capped at 100). Always check the appropriateness of normality before applying normal distribution methods.
Statistics Made Simple
The bell curve, fully demystified.
246 pages of explanation and 1,569 practice questions with fully worked answers, including a full Z-table and dozens of normal-distribution word problems.
Get both books โ $16, save $5 โ
Q1. Exam scores are normally distributed with a mean of 68 and a standard deviation of 10. What percentage of students scored between 58 and 88? [5 marks]
Answer: Z for 58: (58โ68)/10 = โ1.0. Z for 88: (88โ68)/10 = +2.0. P(Z < 2.0) = 0.9772; P(Z < โ1.0) = 0.1587. P(58 < X < 88) = 0.9772 โ 0.1587 = 0.8185 = 81.85% of students scored between 58 and 88.
References
1. Wackerly, D., Mendenhall, W. and Scheaffer, R.L. (2008) Mathematical Statistics with Applications. Cengage.
2. Moore, D.S., McCabe, G.P. and Craig, B.A. (2021) Introduction to the Practice of Statistics. W.H. Freeman.
3. Hogg, R.V., McKean, J. and Craig, A.T. (2019) Introduction to Mathematical Statistics. Pearson.
4. Triola, M.F. (2022) Elementary Statistics. Pearson.
5. DeGroot, M.H. and Schervish, M.J. (2012) Probability and Statistics. Pearson.