7-2. Small Sample Estimation of a Population Mean
Last updated
Last updated
The confidence interval formulas in the previous section are based on the Central Limit Theorem, the statement that for large samples is normally distributed with mean and standard deviation . When the population mean is estimated with a small sample ( ), the Central Limit Theorem does not apply. In order to proceed we assume that the numerical population from which the sample is taken has a normal distribution to begin with. If this condition is satisfied then when the population standard deviation σ is known the old formula can still be used to construct a confidence interval for .
If the population standard deviation is unknown and the sample size n is small then when we substitute the sample standard deviation s for σ the normal approximation is no longer valid. The solution is to use a different distribution, called Student’s t-distribution with degrees of freedom. Student’s t-distribution is very much like the standard normal distribution in that it is centered at 0 and has the same qualitative bell shape, but it has heavier tails than the standard normal distribution does, as indicated by Figure "Student’s ", in which the curve (in brown) that meets the dashed vertical line at the lowest point is the t-distribution with two degrees of freedom, the next curve (in blue) is the t-distribution with five degrees of freedom, and the thin curve (in red) is the standard normal distribution. As also indicated by the figure, as the sample size increases, Student’s t-distribution ever more closely resembles the standard normal distribution. Although there is a different t-distribution for every value of , once the sample size is 30 or more it is typically acceptable to use the standard normal distribution instead, as we will always do in this text.
Just as the symbol stands for the value that cuts off a right tail of area in the standard normal distribution, so the symbol stands for the value that cuts off a right tail of area in the standard normal distribution. This gives us the following confidence interval formulas.
The population must be normally distributed.
To use the new formula we use the line in Figure 12.3 "Critical Values of " that corresponds to the relevant sample size.
EXAMPLE 5. A sample of size 15 drawn from a normally distributed population has sample mean 35 and sample standard deviation 14. Construct a 95% confidence interval for the population mean, and interpret its meaning.
[ Solution ]
Using Rstat Package : pmean.ci2()
EXAMPLE 6. A random sample of 12 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. Assume that the numerical population of GPAs from which the sample is taken has a normal distribution.
[ Solution ]
Using Rstat Package : pmean.ci2()
Small Sample Confidence Interval for a Population Mean
If is known:
If is unknown:  (degrees of freedom )
A sample is considered small when .
Since the population is normally distributed, the sample is small, and the population standard deviation is unknown, the formula that applies is .
Confidence level 95% means that so . Since the sample size is , there are degrees of freedom. By Figure 12.3 "Critical Values of " . Thus .
One may be 95% confident that the true value of is contained in the interval .
Since the population is normally distributed, the sample is small, and the population standard deviation is unknown, the formula that applies is .
Confidence level 95% means that so . Since the sample size is , there are degrees of freedom. By Figure 12.3 "Critical Values of " . Thus .
One may be 95% confident that the true value of is contained in the interval .