Set up a 95% confidence interval estimate for the population mean, based on each of the
following sets of data, assuming that the population is normally distributed:
Set 1: 1, 1, 1, 1, 8, 8, 8, 8
Set 2: 1, 2, 3, 4, 5, 6, 7, 8
Explain why these data sets have different confidence intervals even though they have the
same mean and range.
1
Expert's answer
2020-12-18T11:12:15-0500
The critical value for α=0.05 is zc=z1−α/2=1.96
The corresponding confidence interval is computed as shown below:
CI=(xˉ−zc×nσ,xˉ+zc×nσ)
The confidence interval is equal to two margins of errors and a margin of error is equal to about 2 standard errors (for 95% confidence). A standard error is the standard deviation divided by the square root of the sample size.
The width of the confidence interval increases as the standard deviation increases.
Set 1: 1, 1, 1, 1, 8, 8, 8, 8
mean1=xˉ1
=81+1+1+1+8+8+8+8=4.5
Range1=8−1=7
σ12=81((1−4.5)2+(1−4.5)2+(1−4.5)2+(1−4.5)2
+(8−4.5)2+(8−4.5)2+(8−4.5)2+(8−4.5)2)
=12.25
σ1=12.25=3.5
CI1=(xˉ1−zc×n1σ1,xˉ1+zc×n1σ1)
=(4.5−1.96×83.5,4.5+1.96×83.5)
=(2.075,6.925)
Therefore, based on the data provided, the 95% confidence interval for the population mean is 2.075<μ<6.925, which indicates that we are 95% confident that the true population mean μ is contained by the interval (2.075,6.925).
Set 2: 1, 2, 3, 4, 5, 6, 7, 8
mean2=xˉ2
=81+2+3+4+5+6+7+8=4.5
Range2=8−1=7
σ22=81((1−4.5)2+(2−4.5)2+(3−4.5)2+(4−4.5)2
+(5−4.5)2+(6−4.5)2+(7−4.5)2+(8−4.5)2)
=5.25
σ2=5.25≈2.291288
CI2=(xˉ2−zc×n2σ2,xˉ2+zc×n2σ2)
=(4.5−1.96×82.291288,4.5+1.96×82.291288)
=(2.912,6.088)
Therefore, based on the data provided, the 95% confidence interval for the population mean is 2.912<μ<6.088, which indicates that we are 95% confident that the true population mean μ is contained by the interval (2.912,6.088).
Comments