Home / Probabilities & Estimation / Confidence Intervals
3.6b · Probabilities & Estimation · Sub-skill
Constructing and interpreting confidence intervals — a range of plausible values for a population parameter, based on sample data.
Build it up, step by step
Click each step below to reveal it — work through them in order the first time round.
A confidence interval gives a range of values, calculated from sample data, that is likely to contain the true population value (e.g. the population mean). Rather than a single estimate, it acknowledges the uncertainty involved in estimating from a sample.
A confidence interval for the mean is calculated as: sample mean ± (a multiplier × standard error). For a 95% confidence interval, the multiplier is approximately 1.96 (from the standard normal distribution): $\bar{x}\pm 1.96\times\frac{\sigma}{\sqrt{n}}$.
A ‘95% confidence interval’ does not mean there's a 95% probability the true population mean lies in this particular interval. It means that if you repeated the sampling process many times and built a confidence interval each time, about 95% of those intervals would contain the true population mean.
A wider confidence interval gives you more confidence it contains the true value, but is less precise. Increasing sample size narrows the interval (more precise); increasing the confidence level (e.g. 95%→99%) widens the interval (need a bigger range to be more sure).
A sample of 64 items has a mean of 50 and the population standard deviation is known to be 8. Construct a 95% confidence interval for the population mean.
SE = 8÷√64 = 8÷8 = 1
95% CI = 50 ± 1.96×1 = 50 ± 1.96 = (48.04, 51.96).
Test yourself
A researcher takes a sample of 100 students' test scores, finding a sample mean of 62. The population standard deviation is known to be 10.
(a) Calculate the standard error of the mean.
(b) Construct a 95% confidence interval for the population mean score, using a multiplier of 1.96.
(c) Explain what this confidence interval tells us about the population mean. [5 marks]
(a) SE = 10÷√100 = 10÷10 = 1.
(b) 95% CI = 62 ± 1.96×1 = 62 ± 1.96 = (60.04, 63.96).
(c) This means that if we repeated this sampling process many times, about 95% of the confidence intervals constructed this way would contain the true population mean score — we can be reasonably confident the true mean lies somewhere between about 60.04 and 63.96.
Practice
Five short questions on confidence intervals. Work through them, then reveal the mark scheme to check.