Login
📚 Mostly Harmless Statistics
Chapters ▾
⇩ Download ▾

6.4 Normal Distribution

Empirical Rule

Before looking at the process for finding the probabilities under a normal curve, recall the Empirical Rule that gives approximate values for areas under a bell-shaped distribution. The Empirical Rule, shown in Figure 6-10, is just an approximation for probability under any bell-shaped distribution and will only be used in this section to give you an idea of the size of the probability for different shaded areas. A more precise method for finding probabilities will be demonstrated using technology. Please do not use the empirical rule in the homework questions except for rough estimates.

The Empirical Rule (or 68-95-99.7 Rule)

In a bell-shaped distribution with mean μ and standard deviation σ,

Picture of Carl Friedrich Gauss

Gauss

Empirical rule diagram: a bell curve marked at mu-3sigma, mu-2sigma, mu-1sigma, mu, mu+1sigma, mu+2sigma, and mu+3sigma, with brackets showing 68% of the area within one standard deviation of the mean, 95% within two, and 99.7% within three.

Figure 6-10

For now, we will be working with the most common bell-shaped probability distribution known as the normal distribution, also called the Gaussian distribution, named after the German mathematician Johann Carl Friedrich Gauss. See Figure 6-11.

Four normal distribution curves plotted from x = -4 to 4: mu = 0, sigma = 1 in blue; mu = -2, sigma = 0.5 in green; mu = 0, sigma = 0.2 in red, the tallest and narrowest; and mu = 0, sigma = 3 in cyan, the lowest and widest.

Figure 6-11

A normal distribution is a special type of distribution for a continuous random variable. Normal distributions are important in statistics because many situations in the real world have normal distributions.

Properties of the normal density curve:

  1. Symmetric bell-shaped.
  2. Unimodal (one mode).
  3. Centered at the mean μ= median = mode.
  4. The total area under the curve is equal to 1 or 100%.
  5. The spread of a normal distribution is determined by the standard deviation σ. The larger σ is, the more spread out the normal curve is from the mean.
  6. Follows the Empirical Rule.

If a continuous random variable X has a Normal distribution with mean μ and standard deviation σ then the distribution is denoted as X~N(μ, σ). Any x values from a Normal distribution can be transformed or standardized into a standard Normal distribution by taking the z-score of x.

The formula for the normal probability density function is: f(x)=1σ2πe(12(xμσ)2). We will not be using this formula.

The probability is found by using integral calculus to find the area under the PDF curve. Prior to the handheld calculators and personal computers, there were probability tables made to look up these areas. This text does not use probability tables and will instead rely on technology to compute the area under the curve.

Every time the mean or standard deviation changes the shape of the normal distribution changes. The center of the normal curve will be the mean and the spread of the normal curve gets wider as the standard deviation gets larger.

Figure 6-12 compares two normal distributions N(0, 1) in green on the left and N(7, 6) in blue on the right.

Two normal curves compared on an axis from -3 to 14: a tall narrow green curve centered at 0 for N(0, 1) and a low wide blue curve centered at 7 for N(7, 6), each with a vertical line at its mean.

Figure 6-12

“‘So, what's odd about it?’

‘Nothing, it's Perfectly Normal.’”

(Adams, 2002)

6.4.1 Standard Normal Distribution

A normal distribution with mean μ = 0 and standard deviation σ = 1 is called the standard normal distribution.

The letter Z is used exclusively to denote a variable that has a standard normal distribution and is written Z ~ N(0, 1). A particular value of Z is denoted z (lower-case) and is referred to as a z-score.

Recall that a z-score is the number of standard deviations x is from the mean. Anytime you are asked to find a probability of Z use the standard normal distribution.

Standardizing and z-scores:

A z-score is the number of standard deviations an observation x is above or below the mean μ. If the z-score is negative, x is below the mean. If the z-score is positive, x is above the mean.

To find the area under the probability density curve involves calculus so we will need to rely on technology to find the area.

Note that the lower value of the shaded region is -∞, which the TI-84 does not have. Instead we use a really small number in scientific notation -1E99 or -1*1099 (make sure you use the negative sign (-) not the minus – sign.

The normalcdf on the calculator needs the lower and upper value of the shaded area followed by the mean and standard deviation. (The TI-89 uses -∞ for the lower boundary instead of -1E99.)

TI-84: Press [2nd] [DISTR] menu, select the normalcdf. Then type in the lower value, upper value, mean = 0, standard deviation = 1 to get normalcdf(-1E99,1.39,0,1) = 0.9177, which is your answer. The area under the curve is equivalent to the probability of getting a z-score less than 1.39, or P(Z < 1.39) = 0.9177.

TI-84 screens: the DISTR menu listing normalpdf, normalcdf, invNorm, invT, tpdf, and tcdf with 2:normalcdf( highlighted, and the entry normalcdf(-1E99,1.39,0,1) returning .9177355075.

TI-89: Go to the [Apps] Stat/List Editor, then select F5 [DISTR]. This will get you a menu of probability distributions. Arrow down to Normal Cdf and press [ENTER]. Enter the values for the lower z value (z1), upper z value (z2), μ = 0, and σ = 1 into each cell. Press [ENTER]. This is the cumulative distribution function and will return P(z1 < Z < z2). For a left-tail area use a lower bound of negative infinity (-∞), and for a right-tail area use an upper bound infinity (∞).

TI-89 Normal Cdf screens: the input dialog with Lower Value -infinity, Upper Value 1.39, mu = 0, and sigma = 1, and the result screen showing Cdf = .917736.

Excel: For Excel the program will only find the area to the left of a point. Therefore, if we want to find the area to the right of a point or between two points there will be one extra step. Use the formula =NORM.S.DIST(1.39,TRUE).

Using Excel or TI-Calculator to Find Standard Normal Distribution

As you read through a problem look for some of the following key phrases in Figure 6-15. Once you find the phrase then match up to what sign you would use and then use the table to walk you through using Excel or the calculator. Note that we could also use the NORM.DIST function with µ = 0 and σ = 1.

Table titled Standard Normal Distribution Finding a Probability with three columns: left tail P(Z <= z) with phrases such as is at most, less than, below, smaller than, decreased; between P(z1 < Z < z2); and right tail P(Z >= z) with phrases such as is at least, more than, above, bigger than, increased. Each column shows a curve with the matching region shaded and the formulas =NORM.S.DIST(z,true) with normalcdf(-1E99,z,0,1), =NORM.S.DIST(z2,true)-NORM.S.DIST(z1,true) with normalcdf(z1,z2,0,1), and =1-NORM.S.DIST(z,true) with normalcdf(z,1E99,0,1).

Figure 6-15

6.4.2 Applications of the Normal Distribution

Many variables are nearly normal, but none are exactly normal. Thus, the normal distribution, while not perfect for any single problem, is very useful for a variety of problems. Variables such as SAT scores and heights of United States adults closely follow the normal distribution. Note that the Excel function NORM.S.DIST is for a standard normal when µ = 0 and σ = 1

Using Excel or TI-Calculator to Find Normal Distribution Probabilities

Table titled Normal Distribution Finding a Probability matching key phrases to three cases: left tail P(X <= x), between P(x1 < X < x2), and right tail P(X >= x). Each column shows a curve with the matching region shaded and the commands =NORM.DIST(x,mu,sigma,true) with normalcdf(-1E99,x,mu,sigma), =NORM.DIST(x2,mu,sigma,true)-NORM.DIST(x1,mu,sigma,true) with normalcdf(x1,x2,mu,sigma), and =1-NORM.DIST(x,mu,sigma,true) with normalcdf(x,1E99,mu,sigma).

Figure 6-18

TI-84: Press [2nd] [DISTR]. This will show a menu of probability distributions. Arrow down to 2:normalcdf( and press [ENTER]. This puts normalcdf( on the home screen. Enter the values for the lower x value (x1), upper x value (x2), μ, and σ with a comma between each. Press [ENTER]. This is the cumulative distribution function and will return P(x1 < X < x2). For example, to find P(80 < X < 110) when the mean is 100 and the standard deviation is 20, you should have normalcdf(80,110,100,20). If you leave out the μ and σ, then the default is the standard normal distribution. For a left-tail area use a lower bound of –1E99 (negative infinity), (press [2nd] [EE] to get E) and for a right-tail area use an upper bound of 1E99 (infinity). For example, to find P(Z < -1.37) you should have normalcdf(-1E99,-1.37).

TI-89: Go to the [Apps] Stat/List Editor, select F5 [DISTR]. This will show a menu of probability distributions. Arrow down to Normal Cdf and press [ENTER]. Enter the values for the lower x value (x1), upper x value (x2), μ, and σ into each cell. Press [ENTER]. This is the cumulative distribution function and will return P(x1 < X < x2). For example, to find P(80 < X < 110) when the mean is 100 and the standard deviation is 20, you should have in the following order 80, 110, 100, 20. If you have a z-score, use μ = 0 and σ = 1, then you will get a standard normal distribution. For a left-tail area use a lower bound of negative infinity (-∞), and for a right-tail area use an upper bound infinity (∞).

“The Hitchhiker's Guide to the Galaxy offers this definition of the word "Infinite." Infinite: Bigger than the biggest thing ever and then some. Much bigger than that in fact, really amazingly immense, a totally stunning size, "wow, that's big," time. Infinity is just so big that by comparison, bigness itself looks really titchy. Gigantic multiplied by colossal multiplied by staggeringly huge is the sort of concept we're trying to get across here.”

(Adams, 2002)

A nice feature of this section is that the problems will say that the distribution is normally distributed, unlike the discrete distributions where you have to look for certain characteristics. However, when handling real data, you may have to know how to detect whether the data is normally distributed. One way to see if your variable is approximately normally distributed is by looking at a histogram, or we can use a normal probability plot.

6.4.3 Normal Probability Plot

A normal quantile plot, also called a normal probability plot, is a graph that is useful in assessing normality. A normal quantile plot plots the variable x against each of the x values corresponding z-score. It is not practical to make a normal quantile plot by hand.

# Points near the line => approximately normal
set.seed(2)
x <- rnorm(50, 67, 2.5)
qqnorm(x); qqline(x)

Interpreting a normal quantile plot to see if a distribution is approximately normally distributed.

  1. All of the points should lie roughly on a straight line y = x.
  2. There should be no S pattern present.
  3. Outliers appear as points that are far away from the overall pattern of the plot.

Here are two examples of histograms with their corresponding quantile plots. Note that as the distribution becomes closer to a normal distribution the dots on the quantile plot will be in a straighter line. Figures 6-21 is the histogram and figure 6-22 is the corresponding normal probability plot. Note the histogram is skewed to the left and dots do not line up on the y = x line. Figures 6-23 and Figure 6-24 represent a sample that is approximately normally distributed. Note that the dots still do not line up perfectly on the line y = x, but they are close to the line.

Left-skewed histogram with an overlaid normal curve; the y-axis is labeled Frequency from 0 to 10 and the x-axis runs from 0 to 100, with bars of height 1 near 10 to 30 and around 55, then bars of about 5 between 60 and 80, 8 near 80 to 90, and 9 near 90 to 100.

Figure 6-21

Normal Q-Q plot titled Normal Q-Q Plot of Data1 with Observed Value on the x-axis and Expected Normal Value on the y-axis; the points bow away from the straight diagonal line, and the lowest observations near 15 and 25 fall far off the line.

Figure 6-22

Roughly bell-shaped histogram with an overlaid normal curve on an axis from 65 to 85; the tallest bar reaches 7 near 75 with bars of 4 and 5 beside it and bars of height 1 or 2 in both tails; the y-axis is labeled Frequency.

Figure 6-23

Normal Q-Q plot titled Normal Q-Q Plot of Data2 with Observed Value on the x-axis and Expected Normal Value on the y-axis; the points lie close to the straight diagonal line from about 70 to 81, indicating an approximately normal sample.

Figure 6-24

6.4.4 Finding Percentiles for a Normal Distribution

Sometimes you will be given an area or probability and have to find the associated random variable x or z-score. For example, the probability below a point on the normal distribution is a percentile. If we find that the P(Z < 1.645) =NORM.S.DIST(1.645,TRUE) = 0.950015, that tells us that about 95% of z-scores are below 1.645. In other words, the z-score of 1.645 is the 95th percentile.

We can use technology to find z-score given a percentile. Most technology has built in commands that will find the probability below a point. If you want to find the area above a point, or between two points, then find the area below a point by using the complement rule and keep in mind that the total area under the curve is 1 and the total area below the mean is 0.5.

If x is an observation from a distribution that has mean μ and standard deviation σ, the standardized value of x (or z-score) is z=xμσ.

TI-84: Press [2nd] [DISTR]. This will get you a menu of probability distributions. Press 3 or arrow down to 3:invNorm( and press [ENTER]. This puts invNorm( on the home screen. Enter the area to the left of the x value, μ, and σ with a comma between each. Press [ENTER]. This will return the percentile for the x value. For example, to find the 95th percentile when the mean is 100 and the standard deviation is 20, you should have invNorm(0.95,100,20). If you leave out the μ and σ, then the default is the z-score for the standard normal distribution

TI-89: Go to the [Apps] Stat/List Editor, then select F5 [DISTR]. This will get you a menu of probability distributions. Arrow down to Inverse Normal and press [ENTER]. Enter the area to the left of the x value, μ, and σ into each cell. Press [ENTER]. This will return the percentile for the x value. For example, to find the 95th percentile when the mean is 100 and the standard deviation is 20, you should enter 0.95, 100, 20.

TI-89 inverse normal screens: a menu with 1:Inverse Normal highlighted, the Inverse Normal dialog with Area .95, mu = 100, and sigma = 20, and the result screen showing Inverse = 132.897.

If you use μ = 0 and σ = 1, then the default is the z-score for the standard normal distribution.

Using Excel or TI-Calculator for the Percentile of a Normal Distribution

Note that the NORM.S.INV function is for a standard normal when µ = 0 and σ = 1.

Table titled Normal Distribution Finding an x-value Given an Area or Probability with three columns: left tail P(X <= x) with phrases lower, bottom, below, less than; between P(x1 < X < x2); and right tail P(X >= x) with phrases upper, top, above, more than. Shaded curves illustrate each case, with formulas =NORM.INV(area,mu,sigma) and invNorm(area,mu,sigma) for the left tail; x1 = NORM.INV((1-area)/2,mu,sigma) and x2 = NORM.INV(1-(1-area)/2,mu,sigma) for the middle; and =NORM.INV(1-area,mu,sigma) with invNorm(1-area,mu,sigma) for the right tail.

Figure 6-27

Adapted from Mostly Harmless Statistics by Rachel Webb (Portland State University), hosted on LibreTexts (stats.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.