What is Understanding Z-Scores in Statistics?
Mathematical Foundation
Laws & Principles
- Normalization: The Z-score process converts any normal distribution into a standard normal distribution. This standardized distribution always has a mean of 0 and a standard deviation of exactly 1.
- The Empirical Rule (68-95-99.7): For a normal distribution, about 68% of data falls within a Z-score of -1 to +1. About 95% falls within -2 to +2, and 99.7% falls within -3 to +3. A Z-score outside of the -3 to +3 range indicates an extreme outlier.
- Positive and Negative: A positive Z-score indicates the raw score is strictly above the mean. A negative Z-score indicates the raw score is strictly below the mean. A Z-score of exactly 0 means the score equals the mean.
Step-by-Step Example Walkthrough
" Comparing an SAT score to an ACT score. Assume a student scores 1300 on the SAT and 28 on the ACT. Which score is statistically better compared to their peers? (SAT: µ=1050, σ=100. ACT: µ=21, σ=5). "
- 1. Calculate SAT Z-score: z = (1300 - 1050) / 100
- 2. z(SAT) = 250 / 100 = 2.5
- 3. Calculate ACT Z-score: z = (28 - 21) / 5
- 4. z(ACT) = 7 / 5 = 1.4