Home / Probabilities & Estimation / Sampling Distributions
3.6a · Probabilities & Estimation · Sub-skill
How the mean of repeated samples behaves, and why sample size affects how reliable an estimate is.
Build it up, step by step
Click each step below to reveal it — work through them in order the first time round.
Since we usually can't measure an entire population, we take a sample and use it to estimate population values (like the population mean). Different samples from the same population will give slightly different sample means — this natural variation is called sampling variability.
If you took many different samples (all the same size) from a population and calculated the mean of each, those sample means would themselves form a distribution — the sampling distribution of the mean. This distribution clusters around the true population mean.
Larger samples give sample means that are, on average, closer to the true population mean — the sampling distribution becomes narrower as sample size increases. This is why bigger samples generally give more reliable estimates, though they cost more time/resources to collect.
The spread of the sampling distribution of the mean is measured by the standard error, $SE = \frac{\sigma}{\sqrt{n}}$, where $\sigma$ is the population standard deviation and $n$ is the sample size. As $n$ increases, the standard error decreases.
A population has standard deviation 12. Calculate the standard error of the mean for a sample of size 36, and for a sample of size 144. Comment on the difference.
n=36: SE = 12÷√36 = 12÷6 = 2
n=144: SE = 12÷√144 = 12÷12 = 1
Quadrupling the sample size (36→144) halves the standard error (2→1) — increasing sample size improves precision, but with diminishing returns, since SE depends on √n.
Test yourself
A researcher wants to estimate the mean weight of apples from a large orchard, known to have a population standard deviation of 15g.
(a) Calculate the standard error of the mean for a sample of 25 apples.
(b) The researcher increases their sample to 100 apples. Calculate the new standard error, and explain the effect of this change on the reliability of the estimate. [4 marks]
(a) SE = 15÷√25 = 15÷5 = 3g.
(b) SE = 15÷√100 = 15÷10 = 1.5g. Increasing the sample size from 25 to 100 (4 times as many apples) halves the standard error (from 3g to 1.5g), meaning the sample mean is likely to be a more precise/reliable estimate of the true population mean weight.
Practice
Five short questions on sampling distributions. Work through them, then reveal the mark scheme to check.