Introduction
When we collect a sample from a population, we rarely have access to every data value. Instead, we use the sample to estimate unknown population parameters — chiefly the population mean and population variance . The key requirement in 9709 is that our estimates are unbiased: although each individual sample will give a slightly different estimate, the estimation process produces the correct value on average across all possible samples. This topic appears regularly in PS2 questions, both as a standalone calculation and as a gateway to hypothesis testing and confidence intervals.
Core Concept
What does "unbiased" mean?
An estimator of a parameter is called unbiased if
In plain terms: if you were to repeat the sampling process many times and average all the estimates you obtained, the long-run average would equal the true parameter. No single estimate is guaranteed to be exact, but the method is accurate on average. That is the only level of understanding required by the syllabus.
Unbiased estimate of the population mean
The sample mean is always an unbiased estimate of :
This follows directly from the fact that , which you met in The Distribution of the Sample Mean.
Unbiased estimate of the population variance
The sample variance computed by dividing by (rather than ) gives a biased estimate — it systematically underestimates . The correct unbiased estimator is:
An equivalent, and more computationally convenient, form is:
The expression inside the brackets is the sum of squared deviations (often called ). Dividing by rather than corrects the bias; the quantity is called the degrees of freedom.
Key rule: always divide by for an unbiased variance estimate. Dividing by gives the biased version and will lose marks in an exam.
Unlock the full Sampling and Estimation note with Nova
You're reading the preview. Unlock the complete note — every worked example, examiner pitfall and practice question — plus 24/7 AI tutoring from Nova that teaches directly from these notes.