14.3 Normal Distribution Properties, Empirical Rule & Standard Normal Z-Scores
Key Takeaways
- The normal distribution N(\mu, \sigma) is a symmetric, continuous probability density curve whose total area equals 1, characterized by inflection points located precisely at \mu \pm \sigma.
- The Empirical Rule (68-95-99.7 rule) provides rapid percentage estimates for normal distributions: approximately 68.27% of observations lie within \mu \pm 1\sigma, 95.45% within \mu \pm 2\sigma, and 99.73% within \mu \pm 3\sigma.
- A standard score z = \frac{x - \mu}{\sigma} measures the signed distance of an observation from the mean in units of standard deviation, converting any normal distribution to the standard normal distribution N(0, 1).
- Percentile cutoffs and raw values are determined by inverting the z-score transformation via x = \mu + z\sigma, where z represents the critical quantile corresponding to the desired cumulative area.
- Empirical normality is verified using symmetry checks, Empirical Rule percentage comparisons, and normal quantile (Q-Q) plots, where linear patterns confirm normality while systematic curves reveal skewness or abnormal kurtosis.
14.3 Normal Distribution Properties, Empirical Rule & Standard Normal Z-Scores
Continuous Probability Distributions and Density Curves
Unlike discrete random variables where probability concentrates at distinct points, a continuous random variable $X$ can take any real value within an interval. A continuous distribution is governed by a probability density function (pdf), denoted $f(x)$, satisfying two axiomatic requirements:
- Non-negativity across its entire domain: $f(x) \ge 0$ for all $x \in \mathbb{R}$.
- The total area enclosed beneath the density curve equals exactly 1:
The probability that $X$ falls within a continuous interval $[a, b]$ equals the definite integral—or geometric area—under the density curve between those limits: Because a geometric line segment has zero width, the probability of a continuous variable assuming any exact single real number is identically zero: Consequently, boundary inclusions do not alter probabilities in continuous distributions:
The Normal Family: Geometric and Analytic Properties
The normal (or Gaussian) distribution, denoted $N(\mu, \sigma)$, is the most prominent probability model in theoretical and applied statistics. Its density function is defined as: The parameter $\mu$ represents the distribution mean (location parameter), while $\sigma > 0$ represents the population standard deviation (scale parameter).
The normal curve possesses distinctive mathematical and geometric properties:
- Unimodal and Bell-Shaped: The density achieves its unique global maximum at the center $x = \mu$, where $f(\mu) = \frac{1}{\sigma \sqrt{2\pi}}$.
- Symmetry: The curve is symmetric about the vertical axis of symmetry $x = \mu$. Consequently, the mean, median, and mode coincide: $\mu = M = \text{Mode}$. Exactly 50% of the area lies to the left of $\mu$ and 50% to the right.
- Asymptotic Tails: As $x \to \infty$ or $x \to -\infty$, $f(x)$ approaches zero asymptotically, extending indefinitely in both directions without ever touching the horizontal axis.
- Inflection Points: The second derivative $f''(x)$ reveals the curve's concavity: Setting $f''(x) = 0$ yields the condition $\left(\frac{x - \mu}{\sigma}\right)^2 = 1$, which establishes inflection points at: The curve is concave downward ($f''(x) < 0$) on the interval $(\mu - \sigma, \mu + \sigma)$ and transitions to concave upward ($f''(x) > 0$) in the tails beyond $\mu \pm \sigma$.
The Empirical Rule (68-95-99.7 Rule)
For any distribution that is approximately normal (mound-shaped and symmetric), the Empirical Rule provides precise benchmarks for the proportion of observations residing within integer standard deviations of the mean:
- Within 1 Standard Deviation ($\mu \pm 1\sigma$): Approximately 68.27% (commonly rounded to 68%) of all observations fall within $[\mu - \sigma, \mu + \sigma]$. By symmetry, exactly half of this area—approximately 34.13%—resides in each sub-interval $[\mu - \sigma, \mu]$ and $[\mu, \mu + \sigma]$.
- Within 2 Standard Deviations ($\mu \pm 2\sigma$): Approximately 95.45% (commonly rounded to 95%) of observations fall within $[\mu - 2\sigma, \mu + 2\sigma]$. The area between $1\sigma$ and $2\sigma$ on either side encompasses approximately 13.59% of the distribution: $\frac{95.45% - 68.27%}{2} \approx 13.59%$.
- Within 3 Standard Deviations ($\mu \pm 3\sigma$): Approximately 99.73% (commonly rounded to 99.7%) of observations fall within $[\mu - 3\sigma, \mu + 3\sigma]$. The area between $2\sigma$ and $3\sigma$ on either side encompasses approximately 2.14%: $\frac{99.73% - 95.45%}{2} \approx 2.14%$.
- Extreme Tails (Beyond $\mu \pm 3\sigma$): Only $100% - 99.73% = 0.27%$ of the entire distribution lies beyond 3 standard deviations, leaving approximately 0.135% in each extreme outer tail ($x < \mu - 3\sigma$ and $x > \mu + 3\sigma$).
Empirical Rule Percentage Breakdown Table
| Interval Range in Terms of $\sigma$ | Standard Score Bounds | Exact Area | Rounded Empirical Percentage | Cumulative Area from $-\infty$ |
|---|---|---|---|---|
| $(\mu - \sigma, \mu + \sigma)$ | $-1 < z < 1$ | $0.6827$ | $68%$ | $0.1587 \to 0.8413$ |
| $(\mu - 2\sigma, \mu + 2\sigma)$ | $-2 < z < 2$ | $0.9545$ | $95%$ | $0.0228 \to 0.9772$ |
| $(\mu - 3\sigma, \mu + 3\sigma)$ | $-3 < z < 3$ | $0.9973$ | $99.7%$ | $0.00135 \to 0.99865$ |
| $(\mu, \mu + \sigma)$ or $(\mu - \sigma, \mu)$ | $0 < z < 1$ or $-1 < z < 0$ | $0.3413$ | $34.1%$ | Inner central slices |
| $(\mu + \sigma, \mu + 2\sigma)$ or $(\mu - 2\sigma, \mu - \sigma)$ | $1 < z < 2$ or $-2 < z < -1$ | $0.1359$ | $13.6%$ | Intermediate shoulder slices |
| $(\mu + 2\sigma, \mu + 3\sigma)$ or $(\mu - 3\sigma, \mu - 2\sigma)$ | $2 < z < 3$ or $-3 < z < -2$ | $0.0214$ | $2.15%$ | Outer tail slices |
| $(-\infty, \mu - 3\sigma)$ or $(\mu + 3\sigma, \infty)$ | $z < -3$ or $z > 3$ | $0.00135$ | $0.135%$ | Extreme outlier regions |
Standardizing Data: The Standard Normal Distribution and Z-Scores
To compare observations originating from different normal distributions, raw scores are standardized to the standard normal distribution, denoted $Z \sim N(0, 1)$, having mean $\mu = 0$ and standard deviation $\sigma = 1$.
The Z-Score Formula
The standard score (or $z$-score) represents the directed algebraic distance between an individual observation $x$ and the population mean $\mu$, measured in units of standard deviation $\sigma$:
- If $z > 0$, the observation lies above the mean.
- If $z < 0$, the observation lies below the mean.
- If $z = 0$, the observation equals the mean.
Because $z$-scores are dimensionless scale invariants, they enable objective comparisons across different metrics (e.g., comparing a SAT score to an ACT score).
Inverting the Z-Score (Percentile Cutoff Determination)
When solving for an unknown raw value $x$ corresponding to a specified percentile rank or tail probability, the standardization formula is inverted algebraically: Standard critical values from the standard normal cumulative distribution $\Phi(z) = P(Z \le z)$ include:
- 90th percentile ($P = 0.90$): $z \approx 1.282$
- 95th percentile ($P = 0.95$): $z \approx 1.645$
- 97.5th percentile ($P = 0.975$): $z \approx 1.960$ (bounding the central 95%)
- 99th percentile ($P = 0.99$): $z \approx 2.326$
Assessing Normality in Empirical Datasets
Statistical procedures often rely on the assumption of normality. Before applying normal-model inference, educators and researchers must verify normality using three diagnostic methodologies:
- Visual Symmetry and Shape: Construct a histogram, dot plot, or stemplot. Look for a single central peak, bilateral symmetry, and smoothly tapering tails without extreme outliers or gaps.
- Empirical Rule Proportions: Calculate the sample mean $\bar{x}$ and sample standard deviation $s$. Tally the proportion of sample observations within $[\bar{x} \pm s]$, $[\bar{x} \pm 2s]$, and $[\bar{x} \pm 3s]$. Substantial deviation from 68%, 95%, and 99.7% indicates non-normality.
- Normal Probability (Q-Q) Plots: A normal quantile-quantile plot graphs ordered sample values against theoretical standard normal quantiles:
- Linear Trend: If the plotted points align approximately along a straight diagonal line, the data support the normality assumption.
- Systematic Curvature: Systematic deviations from linearity diagnose distribution shape:
- Concave-up curve (J-shape): Indicates positive skewness (skewed right).
- Concave-down curve: Indicates negative skewness (skewed left).
- S-shaped curve: Points sagging below the line at the left and rising above at the right indicate heavy tails (leptokurtic); the opposite S-shape indicates light tails (platykurtic).
Worked Exemplar: Standard Normal Z-Score and Cutoff Determination
Problem: A state department of education administers a comprehensive mathematics licensing exam. Test scores are normally distributed with a mean of $\mu = 520$ and a standard deviation of $\sigma = 60$.
- Using the Empirical Rule, calculate the approximate percentage of examinees scoring between $460$ and $640$.
- Candidate $A$ scores $610$ on this test. Candidate $B$ takes a different certification exam with $\mu = 75$ and $\sigma = 8$, scoring $89$. Standardize both scores using $z$-scores to determine which candidate demonstrated superior relative performance.
- The state establishes an honors endorsement awarded exclusively to candidates scoring in the top 2.5% of all examinees. Calculate the minimum cutoff score required for this endorsement.
-
Step 1: Apply the Empirical Rule for the Interval $[460, 640]$. Convert the raw scores to standard deviations from the mean: The interval spans from $\mu - 1\sigma$ to $\mu + 2\sigma$. Decompose the area into two asymmetric segments:
- Area from $\mu - 1\sigma$ to $\mu$: approximately $34.13%$
- Area from $\mu$ to $\mu + 2\sigma$: approximately $\frac{95.45%}{2} \approx 47.72%$ Summing these percentages:
-
Step 2: Standardize Scores for Relative Performance Comparison.
- Candidate $A$:
- Candidate $B$:
- Conclusion: Candidate $B$ performed superiorly relative to peers ($z_B = +1.75 > z_A = +1.50$), placing $1.75$ standard deviations above the mean compared to Candidate $A$'s $1.50$ standard deviations.
-
Step 3: Determine the Honors Cutoff Score. The top 2.5% corresponds to an upper-tail probability of $\alpha = 0.025$, meaning the cumulative area to the left is: From the standard normal distribution (and the central 95% interval bounded by $\pm 1.96\sigma$), the critical standard score is $z = 1.96$. Invert the transformation formula: Rounding to the nearest whole integer or standard test unit, an examinee must score at least 638 (or $637.6$) to qualify for the honors endorsement.
The incubation period of a particular avian species is normally distributed with a mean of mu = 24 days and a standard deviation of sigma = 2 days. Using the Empirical Rule (68-95-99.7 rule), what percentage of eggs are expected to hatch between 20 days and 28 days?
Scores on a state teacher certification examination are normally distributed with a mean of mu = 72.0 points and a standard deviation of sigma = 8.0 points. The state department of education awards a master educator credential to applicants scoring in the top 2.5% of test takers. If the standard normal critical value bounding the upper 2.5% tail is z = 1.96, what is the minimum qualifying score?
A candidate for a secondary mathematics teaching position completes two standardized subject evaluations. On the Geometry assessment, the candidate scores 82 points in a testing group where mu = 70 and sigma = 8. On the Discrete Mathematics assessment, the candidate scores 85 points in a testing group where mu = 75 and sigma = 5. On which assessment did the candidate perform better relative to their peers, and what are the corresponding standard scores?
For a continuous random variable distributed according to the normal density function X ~ N(120, 15), what are the x-coordinates of the inflection points of the probability density curve, and what geometric property characterizes these points?