7-1. Large Sample Estimation of a Population Mean
Last updated
Last updated
If we wish to estimate the mean of a population for which a census is impractical, say the average height of all 18-year-old men in the country, a reasonable strategy is to take a sample, compute its mean , and estimate the unknown number by the known number . For example, if the average height of 100 randomly selected men aged 18 is 70.6 inches, then we would say that the average height of all 18-year-old men is (at least approximately) 70.6 inches.
Estimating a population parameter by a single number like this is called point estimation; in the case at hand the statistic is a point estimate of the parameter . The terminology arises because a single number corresponds to a single point on the number line.
A problem with a point estimate is that it gives no indication of how reliable the estimate is. In contrast, in this chapter we learn about interval estimation. In brief, in the case of estimating a population mean we use a formula to compute from the data a number , called the margin of error of the estimate, and form the interval . We do this in such a way that a certain proportion, say 95%, of all the intervals constructed from sample data by means of this formula contain the unknown parameter . Such an interval is called a 95% confidence interval for .
Continuing with the example of the average height of 18-year-old men, suppose that the sample of 100 men mentioned above for which inches also had sample standard deviation inches. It then turns out that and we would state that we are 95% confident that the average height of all 18-year-old men is in the interval formed by inches, that is, the average is between 70.27 and 70.93 inches. If the sample statistics had come from a smaller sample, say a sample of 50 men, the lower reliability would show up in the 95% confidence interval being longer, hence less precise in its estimate. In this example the 95% confidence interval for the same sample statistics but with is inches, or from 70.13 to 71.07 inches.
To become familiar with the concept of an interval estimate of the population mean.
To understand how to apply formulas for a confidence interval for a population mean.
The Central Limit Theorem says that, for large samples (samples of size ), when viewed as a random variable the sample mean is normally distributed with mean and standard deviation . The Empirical Rule says that we must go about two standard deviations from the mean to capture 95% of the values of generated by sample after sample. A more precise distance based on the normality of is 1.960 standard deviations, which is .
The key idea in the construction of the 95% confidence interval is this, as illustrated in Figure "When Winged Dots Capture the Population Mean": because in sample after sample 95% of the values of lie in the interval , if we adjoin to each side of the point estimate a “wing” of length , 95% of the intervals formed by the winged dots contain . The 95% confidence interval is thus . For a different level of confidence, say 90% or 99%, the number 1.960 will change, but the idea is the same.
Figure "Computer Simulation of 40 95% Confidence Intervals for a Mean" shows the intervals generated by a computer simulation of drawing 40 samples from a normally distributed population and constructing the 95% confidence interval for each one. We expect that about of the intervals so constructed would fail to contain the population mean μ, and in this simulation two of the intervals, shown in red, do.
It is standard practice to identify the level of confidence in terms of the area in the two tails of the distribution of when the middle part specified by the level of confidence is taken out. This is shown in Figure 7.3, drawn for the general situation, and in Figure 7.4, drawn for 95% confidence. Remember from Section 5.4.1 "Tails of the Standard Normal Distribution" in Chapter 5 "Continuous Random Variables" that the z-value that cuts off a right tail of area is denoted . Thus the number 1.960 in the example is , which is for .
Figure 7.3
For confidence the area in each tail is .
Figure 7.4
For 95% confidence the area in each tail is .
The level of confidence can be any number between 0 and 100%, but the most common values are probably and .
Thus in general for a confidence interval, , so the formula for the confidence interval is . While sometimes the population standard deviation is known, typically it is not. If not, for it is generally safe to approximate by the sample standard deviation .
Large Sample Confidence Interval for a Population Mean
If is known:
If is unknown:
A sample is considered large when .
As mentioned earlier, the number or is called the margin of error of the estimate.
EXAMPLE 1. Find the number needed in construction of a confidence interval:
when the level of confidence is 90%;
when the level of confidence is 99%.
[ Solution ]
For confidence level 90%, , so The closest entries in the table of Figure 12.2 are 0.9495 and 0.9505, corresponding to z-values 1.64 and 1.65. Since 0.95 is exactly halfway between 0.9495 and 0.9505 we use the average 1.645 of the z-values for .
For confidence level 99%, , so The closest entries in the table are 0.9949 and 0.9951, corresponding to z-values 2.57 and 2.58. Since 0.995 is halfway between 0.9949 and 0.9951 we use the average 2.575 of the z-values for .
EXAMPLE 2. Use Figure 12.3 "Critical Values of " to find the number needed in construction of a confidence interval:
when the level of confidence is 90%;
when the level of confidence is 99%.
[ Solution ]
In the next section we will learn about a continuous random variable that has a probability distribution called the Student t-distribution. Figure 12.3 "Critical Values of " gives the value that cuts off a right tail of area for different values of . The last line of that table, the one whose heading is the symbol for infinity and , gives the corresponding z-value that cuts off a right tail of the same area . In particular, is the number in that row and in the column with the heading . We read off directly that .
In Figure 12.3 "Critical Values of " is the number in the last row and in the column headed , namely 2.576.
EXAMPLE 3. A sample of size 49 has sample mean 35 and sample standard deviation 14. Construct a 98% confidence interval for the population mean using this information. Interpret its meaning.
[ Solution ]
For confidence level 98%, , so . From Figure 12.3 "Critical Values of " we read directly that . Thus .
We are 98% confident that the population mean lies in the interval , in the sense that in repeated sampling 98% of all intervals constructed from the sample data in this manner will contain .
Using Rstat package : pmean.ci()
EXAMPLE 4. A random sample of 120 students from a large university yields mean GPA 2.71 with sample standard deviation 0.51. Construct a 90% confidence interval for the mean GPA of all students at the university.
[ Solution ]
Using Rstat package : pmean.ci()
点估计 Point Estimation 区间估计 Interval estimation 置信区间 Confidence interval(CI) 置信水平 Confidence Level ( ) 误差余地 Margin of Error 标准正态分布 Standard Normal Distribution 臨界值 Critical Value 学生(?) t-分布 Student t-distribution : Student(姓氏)