4.9.18 · D4Probability Theory & Statistics

Exercises — Properties of estimators — unbiasedness, consistency, efficiency

2,002 words9 min readBack to topic

Quick reminder of the three "scorecards" we test against, all defined on the parent page:

Here is our guessing rule (a random variable), is the true unknown number, means "average over all possible samples", and means "how much the guess wobbles sample to sample".

The picture above is the mental model for the whole page: a dartboard. Bias = how far the cloud's centre sits from the bullseye. Variance = how spread out the cloud is. MSE = average squared distance of a dart from the bullseye — it feels both.


Level 1 — Recognition

Recall Solution L1.1

The estimator is the rule/random variable — it exists before you see data and has a whole distribution. The estimate is the single number — the output after plugging real data in. Analogy: the estimator is the recipe; the estimate is the cake you baked today.

Recall Solution L1.2

Bias . Since this is not zero for finite , the estimator is biased. But as , so it is asymptotically unbiased — the systematic error shrinks with more data.

Recall Solution L1.3

(a) → efficiency (least wobbly among unbiased). (b) → unbiasedness (). (c) → consistency ().


Level 2 — Application

Recall Solution L2.1

By linearity of expectation (it passes through sums and constants): Unbiased ✓ — because the weights sum to . That is the whole rule for a weighted average of same-mean variables.

Recall Solution L2.2

Notice: quadruple and the standard error only halves — the law of diminishing returns. (See Law of Large Numbers for why .)

Recall Solution L2.3

Mean . Squared deviations: , , ; sum . The biased one is smaller — exactly the "shrink" the correction undoes.


Level 3 — Analysis

Recall Solution L3.1

For independent variables, . Since , is more efficient. Relative efficiency of to : Lesson: for equal-variance data, equal weights ( each) minimise variance — that's why is the winner.

Recall Solution L3.2

Using : The unbiased rival wins here () — but note the biased one could have won if its variance were low enough. This is the Bias–Variance Tradeoff in one line: a little bias is worth it only if it buys enough variance reduction.

Recall Solution L3.3

Since , by the sufficient condition (Chebyshev) : consistent. Both the wobble and the off-centre part vanish.


Level 4 — Synthesis

Recall Solution L4.1

Unbiased: . ✓ Consistency check via variance: for every — it never shrinks. The estimate wobbles by no matter how much data you collect, because you throw all the extra data away. So , and stays fixed. Not consistent. This proves unbiased consistent: they measure different things.

Recall Solution L4.2

(a) . It always underestimates — the sample max can never exceed the true ceiling . (b) Multiply by the reciprocal of the shrink factor: . Then . ✓ (c) For : factor .

Recall Solution L4.3

The mean is more efficient by a factor of : the median wastes about of the information (it only reaches efficiency, since ). For Normal data the mean is the efficient choice; the median only pays off when tails are heavy.


Level 5 — Mastery

Recall Solution L5.1

Minimise subject to . Why squares again? Independence ⇒ variance adds the . Minimising under a fixed sum is a classic: Write with (deviations from equal weights). Then Since with equality iff every , the minimum is at . ∎ Minimum variance — the value achieves. Any deviation from equal weights strictly increases variance.

Recall Solution L5.2

(a) For i.i.d. points the information adds: . So (b) For Poisson, , hence . This equals the bound, and is unbiased (). Therefore is the efficient (variance-attaining) estimator of . ∎ Sanity of : , so ; its variance is . ✓

Recall Solution L5.3

, so , and . Differentiate and set to : , so Why less than 1? A touch of shrinkage trades a little bias for a bigger cut in variance — the Bias–Variance Tradeoff made quantitative. Example: , gives , and . The unbiased choice gives MSE , so shrinkage strictly wins.


Recall One-line summary of the ladder

Recognition of terms ::: L1 — estimator vs estimate, spotting bias. Plugging into formulas ::: L2 — , with . Comparing and decomposing ::: L3 — relative efficiency, MSE Var Bias. Combining ideas ::: L4 — unbiased consistent, unbiasing the Uniform max. Proving and designing ::: L5 — optimal weights, Cramér–Rao attainment, MSE-optimal shrinkage.