Introduction to Research Design and Statistics

Standard Scores and the Normal Distribution


The normal probability distribution is a mathematical model which is generated by a specific mathematical function. This mathematical model is useful because many variables observed in nature closely approximate a normal distribution.

Normal distributions are symmetric and the tails are asymptotic, that is, the tails approach the baseline but never quite reach it no matter how far away from the mean you are. Obviously, our illustrations do not completely capture the nature of normal distributions.

The Standard Normal Distribution

All normal distributions can be converted to the standard normal distribution using the standard score formula.

The standard normal distribution has a mean of zero (mean = 0) and a variance of one (s2 = 1) thus, of course, the standard deviation is one (s = 1).

Since most distributions are observed rather than generated mathematically, there are features of normal distributions that can also be observed. In a normal distribution 68.26% of the distribution will fall between plus and minus one standard deviation (±1.0s). Usually, this will be denoted using the standard normal (Z-score) distribution as ±1.0Z. Here are some other values form the standard normal distribution, 95.44% between ±2.0Z and 99.74% between ±3.0Z.

Example Areas Under the Normal Curve

Here are some example areas under the standard normal curve.

 


 

The easy way to find the areas (probabilities) under the standard normal curve are to use the tables found in every statistics book. These tables can be formatted several different ways. We will use a method that displays the area between the mean (Z = 0.0) and a given Z-score.

The command ztable displays the areas under the standard normal curve from the mean to the value of z. ztable can be downloaded from ATS via the Internet using these commands:

net from http://www.ats.ucla.edu/stat/stata/ado/teach/
net install probtabl

Here is part of the display from the ztable command:

Some Example Z-score Problems

820 8th grade students in a school district took a standardized social studies test that is normally distributed and has a mean of 340 and a variance of 256. Here are the scores for four of the students: John scored 364, Paul scored 356, George scored 344, and Ringo scored 332.

Note: Graphs are designed to give a rough estimate and are not drawn to exact scale or proportion.

1. In this sample, how many students would be expected to score above Paul?

2. What proportion of the students would be expected to score above John?

3. What percent of students would be expected to score above Ringo?

4. How many students would be expected to score below Ringo?

5. What percentage of students would be expected to score below George?

6. What proportion of students would be expected to score below John?

7. How many students would be expected to score between George and Ringo?

8. What proportion of students would be expected to score between John and Paul?

9. What percentage of students would be expected to score between George and Paul?

10. 225 students score above Linda, what is her test score?

11. What are the approximate test scores for Q1 and Q3?

12. A middle-school student took two standardized tests. On the Language Proficiency test she scored 114.4 (mean = 100, sd = 16) and on Mathematical Reasoning she scored 61.7 (mean = 50, sd = 9). On which test did she do better?


Intro Home Page

Phil Ender, 30Jun98