Estimating a Population Mean

Learning Outcomes

  • Given a sample mean and error bound, create a confidence interval
  • Using the formula for creating a confidence interval or technology, construct a confidence interval for a population mean based on a normal distribution
  • Interpret a confidence interval for a population mean in context

Recall: INTERVAL NOTATION & DEFINITION

Inequality Words Interval Notation
[latex]{a}\lt{x}\lt{ b}[/latex] all real numbers between a and b, not including a and b [latex]\left(a,b\right)[/latex]

The main concept to remember is that parentheses represent solutions greater than or less than the number, and brackets represent solutions that are greater than or equal to or less than or equal to the number. In statistics we use interval notation when we are writing a confidence interval. A confidence interval is an estimate of a population parameter. Since we are estimating the lower and upper limits we use parentheses to enclose the interval. A confidence interval can also be called an interval estimator.

A confidence interval for a population mean with a known standard deviation is based on the fact that the sample means follow an approximately normal distribution. Suppose that our sample has a mean of [latex]\displaystyle\overline{{x}}={10}[/latex] and we have constructed the 90% confidence interval (5, 15) where EBM = 5.

Recall: Convert a PERCENT TO A DECIMAL

  1. Write the percent as a ratio with the denominator 100.
  2. Convert the fraction to a decimal by dividing the numerator by the denominator.

Calculating the Confidence Interval

To construct a confidence interval for a single unknown population mean μwhere the population standard deviation is known, we need [latex]\overline{{x}}[/latex] as an estimate for μ and we need the margin of error. Here, the margin of error (EBM) is called the error bound for a population mean (abbreviated EBM). The sample mean [latex]\overline{{x}}[/latex] is the point estimate of the unknown population mean μ.

The confidence interval estimate will have the form:

(point estimate – error bound, point estimate + error bound) or, in symbols, [latex]\displaystyle{(\overline{{x}}-{E}{B}{M},\overline{{x}}+{E}{B}{M})}[/latex]

The margin of error (EBM) depends on the confidence level (abbreviated CL). The confidence level is often considered the probability that the calculated confidence interval estimate will contain the true population parameter. However, it is more accurate to state that the confidence level is the percent of confidence intervals that contain the true population parameter when repeated samples are taken. Most often, it is the choice of the person constructing the confidence interval to choose a confidence level of 90% or higher because that person wants to be reasonably certain of their conclusions.

There is another probability called alpha (α). α is related to the confidence level, CL. α is the probability that the interval does not contain the unknown population parameter.

Mathematically, α + CL = 1.

Example 1

Suppose we have collected data from a sample. We know the sample mean but we do not know the mean for the entire population. The sample mean is seven, and the error bound for the mean is 2.5.

[latex]\overline{{x}} = {7}[/latex] and [latex]{E}{B}{M} = {2.5}[/latex]

The confidence interval is (7 – 2.5, 7 + 2.5), and calculating the values gives (4.5, 9.5).

If the confidence level (CL) is 95%, then we say that, “We estimate with 95% confidence that the true value of the population mean is between 4.5 and 9.5.”

try it 1

Suppose we have data from a sample. The sample mean is 15, and the error bound for the mean is 3.2.

What is the confidence interval estimate for the population mean?

A confidence interval for a population mean with a known standard deviation is based on the fact that the sample means follow an approximately normal distribution. Suppose that our sample has a mean of [latex]\displaystyle\overline{{x}}={10}[/latex], and we have constructed the 90% confidence interval (5, 15) where EBM = 5.

To get a 90% confidence interval, we must include the central 90% of the probability of the normal distribution. If we include the central 90%, we leave out a total of α = 10% in both tails, or 5% in each tail, of the normal distribution.

 

This is a normal distribution curve. The peak of the curve coincides with the point 10 on the horizontal axis. The points 5 and 15 are labeled on the axis. Vertical lines are drawn from these points to the curve, and the region between the lines is shaded. The shaded region has area equal to 0.90.

To capture the central 90%, we must go out 1.645 “standard deviations” on either side of the calculated sample mean. The value 1.645 is the z-score from a standard normal probability distribution that puts an area of 0.90 in the center, an area of 0.05 in the far left tail, and an area of 0.05 in the far right tail.

It is important that the “standard deviation” used must be appropriate for the parameter we are estimating, so in this section we need to use the standard deviation that applies to sample means, which is [latex]\displaystyle\frac{{\sigma}}{{\sqrt{n}}}[/latex]. The fraction [latex]\displaystyle\frac{{\sigma}}{{\sqrt{n}}}[/latex], is commonly called the “standard error of the mean” in order to distinguish clearly the standard deviation for a mean from the population standard deviation σ.

In summary, as a result of the central limit theorem:

  • [latex]\displaystyle\overline{X}[/latex] is normally distributed, that is, [latex]\displaystyle\overline{X}{\sim}{N}\left({\mu}_{x}, \frac{{\sigma}}{{\sqrt{n}}}\right)[/latex]
  • When the population standard deviation σ is known, we use a normal distribution to calculate the error bound.

Calculating the Confidence Interval

To construct a confidence interval estimate for an unknown population mean, we need data from a random sample. The steps to construct and interpret the confidence interval are:

  • Calculate the sample mean [latex]\displaystyle\overline{{x}}[/latex] from the sample data. Remember, we already know the population standard deviation σ in this section.
  • Find the z-score that corresponds to the confidence level.
  • Calculate the error bound EBM.
  • Construct the confidence interval.
  • Write a sentence that interprets the estimate in the context of the situation in the problem. (Explain what the confidence interval means, in the words of the problem.)

We will first examine each step in more detail, and then illustrate the process with some examples.

Finding the z-score for the Stated Confidence Level

When we know the population standard deviation σ, we use a standard normal distribution to calculate the error bound EBM and construct the confidence interval. We need to find the value of z that puts an area equal to the confidence level (in decimal form) in the middle of the standard normal distribution Z ~ N(0, 1).

The confidence level, CL, is the area in the middle of the standard normal distribution. CL = 1 – α, so α is the area that is split equally between the two tails. Each of the tails contains an area equal to [latex]\dfrac{α}{2}[/latex].

The z-score that has an area to the right of [latex]\dfrac{α}{2}[/latex] is denoted by [latex]z_\dfrac{α}{2}[/latex].

For example, when CL = 0.95, α = 0.05 and [latex]\dfrac{α}{2}[/latex] = 0.025; we write [latex]z_\dfrac{α}{2}[/latex] = z0.025.

The area to the right of z0.025 is 0.025 and the area to the left of z0.025 is 1 – 0.025 = 0.975.

[latex]z_\dfrac{α}{2}[/latex] = z0.025 = 1.96, using a calculator, computer or a standard normal probability table.

USING THE TI-83, 83+, 84, 84+ CALCULATOR

invNorm(0.975, 0, 1) = 1.96

Note

Remember to use the area to the LEFT of [latex]z_\dfrac{α}{2}[/latex]; in this chapter the last two inputs in the invNorm command are 0, 1, because you are using a standard normal distribution Z ~ N(0, 1).

Calculating the Error Bound (EBM)

The error bound formula for an unknown population mean μ when the population standard deviation σ is known is

  • EBM = ([latex]\displaystyle{z}_{\frac{{\alpha}}{{2}}})(\frac{{\sigma}}{{\sqrt{n}}})[/latex]

Constructing the Confidence Interval

  • The confidence interval estimate has the format ([latex]\displaystyle\overline{x}[/latex] – EBM,[latex]\displaystyle\overline{x}[/latex] + EBM).

The graph gives a picture of the entire situation.

CL + [latex]\displaystyle\frac{{\alpha}}{{2}}+\frac{{\alpha}}{{2}}={\text{CL}}+{\alpha}=1[/latex]

 

Graph of how to construct a confidence interval for CL = 1-alpha

Writing the Interpretation

The interpretation should clearly state the confidence level (CL), explain what population parameter is being estimated (here, a population mean), and state the confidence interval (both endpoints). “We estimate with ___% confidence that the true population mean (include the context of the problem) is between ___ and ___ (include appropriate units).”

Example 2

Suppose scores on exams in statistics are normally distributed with an unknown population mean and a population standard deviation of three points. A random sample of 36 scores is taken and gives a sample mean (sample mean score) of 68. Find a confidence interval estimate for the population mean exam score (the mean score on all exams).

Find a 90% confidence interval for the true (population) mean of statistics exam scores.

  • You can use technology to calculate the confidence interval directly.

 

  • The first solution is shown step-by-step (Solution A).

 

  • The second solution uses the TI-83, 83+, and 84+ calculators (Solution B).

try it 2

Suppose average pizza delivery times are normally distributed with an unknown population mean and a population standard deviation of six minutes. A random sample of 28 pizza delivery restaurants is taken and has a sample mean delivery time of 36 minutes.

Find a 90% confidence interval estimate for the population mean delivery time.

Example 3

The Specific Absorption Rate (SAR) for a cell phone measures the amount of radio frequency (RF) energy absorbed by the user’s body when using the handset. Every cell phone emits RF energy. Different phone models have different SAR measures. To receive certification from the Federal Communications Commission (FCC) for sale in the United States, the SAR level for a cell phone must be no more than 1.6 watts per kilogram. This table shows the highest SAR level for a random selection of cell phone models as measured by the FCC.

Phone Model SAR Phone Model SAR Phone Model SAR
Apple iPhone 4S 1.11 LG Ally 1.36 Pantech Laser 0.74
BlackBerry Pearl 8120 1.48 LG AX275 1.34 Samsung Character 0.5
BlackBerry Tour 9630 1.43 LG Cosmos 1.18 Samsung Epic 4G Touch 0.4
Cricket TXTM8 1.3 LG CU515 1.3 Samsung M240 0.867
HP/Palm Centro 1.09 LG Trax CU575 1.26 Samsung Messager III SCH-R750 0.68
HTC One V 0.455 Motorola Q9h 1.29 Samsung Nexus S 0.51
HTC Touch Pro 2 1.41 Motorola Razr2 V8 0.36 Samsung SGH-A227 1.13
Huawei M835 Ideos 0.82 Motorola Razr2 V9 0.52 SGH-a107 GoPhone 0.3
Kyocera DuraPlus 0.78 Motorola V195s 1.6 Sony W350a 1.48
Kyocera K127 Marbl 1.25 Nokia 1680 1.39 T-Mobile Concord 1.38

Find a 98% confidence interval for the true (population) mean of the Specific Absorption Rates (SARs) for cell phones. Assume that the population standard deviation is σ = 0.337.

try it 3

This table shows a different random sampling of 20 cell phone models. Use this data to calculate a 93% confidence interval for the true mean SAR for cell phones certified for use in the United States. As previously, assume that the population standard deviation is σ = 0.337.

Phone Model SAR Phone Model SAR
Blackberry Pearl 8120 1.48 Nokia E71x 1.53
HTC Evo Design 4G 0.8 Nokia N75 0.68
HTC Freestyle 1.15 Nokia N79 1.4
LG Ally 1.36 Sagem Puma 1.24
LG Fathom 0.77 Samsung Fascinate 0.57
LG Optimus Vu 0.462 Samsung Infuse 4G 0.2
Motorola Cliq XT 1.36 Samsung Nexus S 0.51
Motorola Droid Pro 1.39 Samsung Replenish 0.3
Motorola Droid Razr M 1.3 Sony W518a Walkman 0.73
Nokia 7705 Twist 0.7 ZTE C79 0.869

Notice the difference in the confidence intervals calculated in Example 3 and the Try It just completed. These intervals are different for several reasons: they were calculated from different samples, the samples were different sizes, and the intervals were calculated for different levels of confidence. Even though the intervals are different, they do not yield conflicting information. The effects of these kinds of changes are the subject of the next section in this chapter.