Why pool — combining two samples into one estimate
If both samples come from populations with the same variance, merging their information gives a sharper estimate.
The situation. You have two independent samples — say the test scores of students taught by Method A and by Method B. You believe the spread of scores is the same in both populations (the methods might shift the average, but not the variability). In symbols: both populations have the same variance , even if their means differ.
The problem. Sample A gives an unbiased estimate of , and sample B gives another, . They will rarely be equal — random sampling makes them wobble. Which do you trust? Neither alone: a larger sample carries more information, so it deserves more weight.
The fix — pool them. The pooled estimate blends both into one number, weighting each by its degrees of freedom:
This is the single best (unbiased) estimate of the common variance , using all the data.
Cambridge tip. Pooling is only legitimate when you may assume the two populations share a variance. The exam will usually state this ("assume equal population variances") — if it does not, you cannot pool.
- Pool only when both populations are assumed to have the same variance .
- Larger samples carry more weight — the weights are the degrees of freedom.
- uses all the data, so it beats either or alone.
See the full worked example for pooled estimate of a population variance →