Compute a 95% confidence interval for the population mean, based on the numbers 1, 2, 3, 4, 5, 6, 20. Change the number 20 to 7 and recalculate the confidence interval. Using these
results, describe the effect of an outlier (i.e. extreme value) on confidence interval.
1
Expert's answer
2020-11-26T19:16:09-0500
1.s=n−1∑(xi−x)2 — sample variance.Using Excel (STDEV.S function) we can compute that s≈6.4660.x=741Critical value t0.05≈2.4469 (we use t-distribution table)We have:(41/7−(2.4469)(76.4660),41/7+(2.4469)(76.4660))(−0.1229,11.8372)2.s=n−1∑(xi−x)2 — sample variance.Using Excel (STDEV.S function) we can compute that s≈2.1602.x=4Critical value t0.05≈2.4469 (we use t-distribution table)We have:(4−(2.4469)(72.1602),4+(2.4469)(72.1602))(2.0022,5.9978)3.The confidence interval is wider in the first casebecause of the outlier 20.
Comments