Unbiased estimates of mean & variance
You see one sample and have to guess the whole population from it. The sample mean is already an honest guess for — but the sample variance comes out too small (a sample huddles tighter than the population it came from), so we inflate it by dividing by instead of . That single swap is the whole chapter's first idea.
Estimate μ with x̄, σ² with s²
“Unbiased” just means right on average: if you repeated the sampling forever, the estimates would centre on the true value. The mean passes this test as-is, so . The variance does not — you “spent” one piece of information working out first, so you divide by (one fewer) to undo the shrinkage.
Estimate μ with x̄ (use as-is); estimate σ² with s² = (1/(n−1))(Σx² − (Σx)²/n). The key point is dividing by n−1, not n.
Worked example
Start simple: variance from summarised data
A conservationist samples 30 larks' nests: . Estimate the variance of eggs per nest:
- Use the formula straight off the summary: .
- , so .
If the question had said “these 30 nests are the population”, you would divide by 30 (giving 0.56) — but “estimate / sample” always means .
Grouped frequency: same formula, weighted by f
When the data come as a frequency table, every becomes , every becomes , and . Nothing else changes.
Worked example
Build up: grouped frequency → mean and variance
The cub counts in tiger litters: with frequencies . Estimate the mean and variance.
- ; , so .
- .
- .
Examiner note
Common mistake