Worked examples — Properties of estimators — unbiasedness, consistency, efficiency
This is a companion drill page for the parent topic. The parent built the three lenses — unbiasedness (right on average), consistency (homes in as grows), and efficiency (least wobbly). Here we hit every kind of scenario those ideas can throw at you, one worked example per case.
Before we start, four symbols we will reuse. If a line uses them, this is where they were earned:
The scenario matrix
Every estimator question lives in one of these cells. The examples below are labelled by the cell they cover, and together they fill the whole grid — Ex 1 through Ex 10 cover C1 through C10 with nothing skipped.
| Cell | Case class | What can go wrong / be tested | Example |
|---|---|---|---|
| C1 | Unbiased at fixed (linear estimator) | do the weights sum to 1? | Ex 1 |
| C2 | Efficiency comparison (both unbiased) | which variance is smaller, by how much | Ex 2 |
| C3 | Optimal weighting (unequal variances) | naive equal weights is NOT best | Ex 3 |
| C4 | Degenerate estimator (uses one point) | unbiased but NOT consistent | Ex 4 |
| C5 | Biased estimator, boundary/max statistic | sign of bias, unbiased correction | Ex 5 |
| C6 | MSE beats unbiasedness (shrinkage) | biased can win on MSE | Ex 6 |
| C7 | Limiting behaviour () | consistency of a biased rule | Ex 7 |
| C8 | Cramér–Rao efficiency (does it hit the bound?) | Var vs | Ex 8 |
| C9 | Real-world word problem | translate story → estimator | Ex 9 |
| C10 | Exam twist (combine two rules) | best linear combination | Ex 10 |
Prerequisite links you may want open while reading: Sampling Distributions, Law of Large Numbers, Fisher Information, Bias–Variance Tradeoff, Maximum Likelihood Estimation, Central Limit Theorem.
Example 1 — C1: is a weighted average unbiased?
Forecast: guess now — does it hit on average, or is it tilted? (Hint: look at the weights.)
-
Write the expectation and use linearity. Why this step? Expectation passes through sums and constants (linearity), so a weighted average of the data becomes the same weighted average of the means. Each .
-
Add the weights. Why this step? The bias is . It vanishes exactly when the weights sum to 1 — this is the general rule for any linear estimator of the mean.
Verify: if instead the weights were (sum ) we'd get — biased. Our weights sum to 1, so unbiased. ✓
Example 2 — C2: which unbiased estimator is more efficient?
Forecast: which cloud is tighter — the one using all three points, or the one throwing away?
-
Variance of . For independent variables, variance of a weighted sum is . Why this step? Independence kills all covariance cross-terms, so only the terms survive.
-
Variance of . Why this step? Same rule, but now only two points each carry weight , so two terms survive.
-
Relative efficiency.
Verify: for any , so is more efficient. Using all the data pays off. ✓
Example 3 — C3: optimal weights when variances differ
Forecast: should you weight the noisy equally, less, or more than ?
-
Unbiasedness fixes the weights to sum to 1. With weights and , automatically. Good — one constraint handled. Why this step? By Ex 1's rule, weights summing to guarantee unbiasedness; that pins down the second weight as and leaves one free parameter to optimise.
-
Write the variance. Why this step? Independence again → add the two scaled variances.
-
Minimise: differentiate and set to zero. Why the derivative? is an upward parabola in ; its lowest point is where the slope is zero. That is exactly what locates. The general rule: weight each measurement inversely proportional to its variance — here . ✓ matches.
-
Resulting minimum variance. Why this step? Plug the optimal back into to read off the smallest achievable variance.
Verify: equal weights give . Inverse-variance weighting wins. Lesson: equal weights (Ex 2) are optimal only when variances are equal. ✓
Example 4 — C4: unbiased but NOT consistent (degenerate rule)
Forecast: it's obviously "silly", but which of the two properties does it actually fail?
-
Unbiased? . Yes, unbiased for every . Why this step? The first draw has mean regardless of how many other points exist.
-
Consistency check via MSE. Bias , so — a constant, independent of . Why this step? Consistency needs . Here it never shrinks; collecting more data does nothing because you throw it away.
-
Conclusion. not consistent. Why this step? The MSE→0 sufficient condition simply cannot fire for a constant MSE, so the estimator fails the limit test.
Verify: contrast with where . Same bias (zero), utterly different limit. This is the concrete counterexample to "unbiased consistent." ✓
Example 5 — C5: boundary/max statistic — sign of the bias
Forecast: the maximum can never exceed — does that pull the estimate above or below the truth?

-
Distribution of the max. for . Why this step? All points must fall below ; each does so with probability , and they're independent, so we multiply.
-
Expectation of the max. Integrating gives the standard result Why this step? The density is ; .
-
Sign of bias. . The max always underestimates — matching the figure, where the maximum sits inside and can only approach from below, never reach it. Why this step? The bias is negative for every , so this is a systematic under-shoot, not random luck.
-
Unbiased fix. Multiply by : Why this step? Scaling up by exactly the reciprocal of cancels the shrink, restoring .
Verify (n=3): , bias . Correction factor , and . ✓
Example 6 — C6: a biased estimator that beats the unbiased one on MSE
Forecast: unbiased sounds best — but if we shrink the estimate a little, can trading a touch of bias for less variance lower the total MSE?
We need two facts about for : and , so .
-
MSE of a general . With bias and variance , Why this step? — just expand the square; this bundles Var and Bias into one clean quadratic in .
-
Minimise over . Differentiate and set to zero: Why the derivative? is an upward parabola in ; its minimum is where the slope is zero. The MSE-optimal factor is smaller than the unbiased factor — it deliberately shrinks the estimate, accepting a little bias.
-
MSE at the optimal (biased) rule. Why this step? Plug back into the quadratic to read off the smallest attainable MSE in this family.
-
MSE of the unbiased . Bias , so Why this step? When bias is zero the MSE is just the variance, so scale by the squared factor.
-
Compare. : the biased shrunk rule has strictly lower MSE than the unbiased rule. Why show this? This is the honest headline of the Bias–Variance Tradeoff: "unbiased" is not the same as "best." A little deliberate bias can buy enough variance reduction to lower the total squared error.
Verify: all three MSE numbers (, , and ) checked below. ✓
Example 7 — C7: a biased rule that is still consistent
First, two objects this example leans on — define them before use:
Forecast: biased at every finite — does the bias survive the limit, or wash out?
-
The bias. From the parent, . Dividing by : Why this step? Centering on instead of shrinks the deviations, costing one degree of freedom — the classic story.
-
The variance shrinks too. Write where is the unbiased sample variance just defined. Then Why this step? The standard formula for has an explicit out front (it needs a finite fourth central moment ). So like , and multiplying by leaves as well. Both pieces of the MSE vanish.
-
Limit of the bias. as . Why this step? We now have both ingredients of going to zero.
-
Conclusion: MSE → 0 ⇒ consistent. Since (step 2) and (step 3), Why this step? The MSE→0 sufficient condition fires: even though the estimator is biased at every finite , the bias vanishes in the limit, so consistency holds.
Verify (n=10, σ²=5): , bias . As the factor and . ✓ Biased ≠ inconsistent.
Example 8 — C8: does an estimator hit the Cramér–Rao bound?
Forecast: we already know . Will the information bound land on exactly that, or leave room to improve?
-
Fisher information per observation. The log-density is . Its -derivative (the score): Why this tool? Fisher Information is the expected squared score — it measures how sharply the likelihood reacts to . A sharp reaction means the data pin down, so the achievable variance is small.
-
Square and take expectation. Why this step? by definition of variance, so the ratio collapses to .
-
The CRLB for i.i.d. points. Why this step? Information adds across independent observations, so total information is , and the CRLB is its reciprocal.
-
Compare with . = the bound exactly. Why this step? Equality with the CRLB is the definition of an efficient estimator.
Verify: bound actual variance is efficient (the MVUE for a known-variance normal mean). ✓
Example 9 — C9: real-world word problem
Forecast: guess how much more precise measuring bolts is versus — double? quadruple?
-
(a) Properties. is unbiased (), consistent (), and efficient for a normal mean (Ex 8). So it is the best simple choice, and the reported estimate is mm. Why this step? We translate the story into the estimator and check all three lenses before trusting the number.
-
(b) Standard error at . The standard error is . Why this step? Variance falls like , so the standard deviation (its square root) falls like . Units: mm, matching .
-
Standard error at . Why this step? Same formula with the new sample size; the larger sample gives a smaller number, i.e. a tighter estimate.
-
How much did it shrink? Take the ratio of the two standard errors: Why this step? Quadrupling (from to ) multiplies by , so the standard error is halved — not quartered. Precision improves only as , the diminishing return baked into every mean estimator (this is Law of Large Numbers with a rate set by the Central Limit Theorem).
Verify: SE at mm, at mm, ratio . ✓ Units mm throughout, and both values are positive and shrinking as expected.
Example 10 — C10: exam twist — best combination of two estimators
Forecast: since is already the tighter one, will the best be above ? And can combining beat alone?
-
Inverse-variance weighting. Same machinery as Ex 3: optimal . Why this step? Minimising via the derivative gives — equivalently inverse-variance weights.
-
Minimum variance. Why this step? For inverse-variance weighting of independent unbiased estimators, the combined precision (reciprocal variance) is the sum of the individual precisions.
-
Relative efficiency vs alone (better over worse). Why this step? Combining even a noisier estimator strictly lowers variance (from to ), so the combination is the tighter one; putting its variance in the denominator gives a ratio .
Verify: plug : ✓, matching the closed form. Relative efficiency . ✓
Recall Quick self-test (cover the answers)
Unbiased but not consistent — name the rule ::: (variance never shrinks). Optimal weight for independent estimators is proportional to ::: the reciprocal of each variance (inverse-variance weighting). Standard error of scales like ::: — quadruple to halve it. hits the Cramér–Rao bound for a normal mean because ::: its variance equals with . The max of a Uniform sample is biased ::: low (always underestimates), fixed by the factor ; the MSE-optimal shrinkage factor is even smaller, at .