Confidence Intervals
A confidence interval (CI) provides a range of plausible values for a population parameter, based on sample data. A 95% CI is constructed so that if we repeated the sampling process many times, approximately 95% of those intervals would contain the true population parameter. The formula for a 95% CI for the population mean ΞΌ when Ο is known: CI = xΜ Β± z*(Ο/βn), where z* = 1.96 for 95% confidence and n is sample size. When Ο is unknown (the usual case), we use the t-distribution: CI = xΜ Β± t*(s/βn), where t* is the critical t-value with nβ1 degrees of freedom. Important interpretation: a 95% CI of (47.2, 52.8) does NOT mean 'there is a 95% probability the true mean is in this interval.' The true mean is fixed β either it's in this specific interval or it isn't. The 95% refers to the process: 95% of intervals constructed this way will capture the true mean. Wider CIs indicate less precision (smaller n, larger variance). Narrower CIs indicate more precision. Increasing n by a factor of 4 halves the CI width (because βn appears in the denominator).