4.9.18 · D2Probability Theory & Statistics

Visual walkthrough — Properties of estimators — unbiasedness, consistency, efficiency

1,858 words8 min readBack to topic

We are going to prove:

Every symbol will be earned before it is used.


Step 1 — The dots, the true centre, and the guessed centre

WHAT. Picture measurements as dots on a number line. Call them (the little subscript just numbers the dots: is "the third dot"). There is a hidden true centre of the population, written (Greek "mu", it just means the real average we cannot see). From the dots we compute a guessed centre, the sample mean:

WHY. We can't use in a formula because we don't know it. All we have is . The entire mystery of the "" is born from this substitution: we measure spread around the guessed centre, not the true one.

PICTURE. Blue dots on a line, the true centre (lavender) and the guessed centre (coral) marked separately — they almost never land on the same spot.


Step 2 — What "spread" should mean: squared distances

WHAT. Spread means "how far are the dots from the centre, typically?" We measure each dot's distance from a centre, square it, and average. The true population version is the variance:

WHY square, not absolute value? Squaring makes the algebra split cleanly (Step 5 depends on this), and it matches the variance already defined in Sampling Distributions. It also punishes far-away dots harder, which is what "spread" should feel like.

PICTURE. Each dot connected to a centre by a stick; a shaded square sits on each stick — its area is the squared distance.


Step 3 — The naive estimator, and a suspicion

WHAT. The obvious guess for copies the definition but uses our data and the guessed centre :

WHY suspicious? is built to sit among the dots — it's their balance point. So distances measured from are, on average, smaller than distances from the far-off true . The naive average will come out too small. Step 4 turns this hunch into an exact equation.

PICTURE. Same dots measured twice: red sticks to (short) vs lavender sticks to (longer). The red squares are visibly smaller.


Step 4 — The key identity: splitting the spread

WHAT. We prove an exact bookkeeping identity — no expectation yet, just algebra true for any fixed dots:

WHY this is the whole game. It says: spread-around-true = spread-around-guess + drift-penalty. Rearranged, spread-around-guess is spread-around-true minus a positive penalty. That's the "too small" from Step 3, now exact.

PICTURE. A balance beam: the true-centre spread (left pan) equals the guessed-centre spread plus a small extra weight labelled (right pan).


Step 5 — Take the average: two facts we already own

WHAT. Apply ("on average over all samples") to the identity. Two ingredients, each already established in the parent note and in the LLN circle of ideas:

Now take of the whole Step-4 identity:

WHY. Expectation is linear (it passes through sums and constants), so nothing here needs new machinery — only the two facts above.

PICTURE. A bar of height with one -sized chunk (the penalty) sliced off, leaving a bar of height .


Step 6 — Undo the shrink: the divisor

WHAT. We found the sum of squared deviations averages to . To get something that averages to exactly , divide by :

WHY and not some other number? Because Step 5 produced exactly , not , not . The divisor is not a fudge — it is the unique number that makes the average come out right. The "" is the single degree of freedom spent estimating the centre from the same data.

PICTURE. Two side-by-side dials showing of each estimator: divide-by- points below the target (biased low), divide-by- points dead on target.


Step 7 — Edge and degenerate cases

WHAT & WHY (each case shown so no scenario surprises you):

PICTURE. A strip of mini-panels: (a lone dot, no spread possible), (two dots, one stick), all-equal (dots stacked, spread ), and large- (bias arrow shrinking toward the axis).


The one-picture summary

Everything above is one sentence with a picture: measuring spread from the guessed centre instead of the true centre costs you one , so you average over effective terms, not .

Recall Feynman: tell it to a 12-year-old

You want to know how spread-out a bunch of dots are. Real spread means "how far from the true middle." But you don't know the true middle, so you use the dots' own average as a stand-in. Trouble: the dots' own average always sits snugly among the dots, so distances measured from it come out a little too short — every single time. How much too short? We proved it's exactly one dot's worth of spread. So instead of splitting the total among all dots, we split it among — pretending one dot "got used up" pinning down the middle. Divide by and the shortfall is fixed perfectly: on average you get the true spread back. With just one dot there's nothing to divide by () — and truly, one dot tells you nothing about spread.

Recall Quick self-test

Why does the middle cross-term vanish in Step 4? ::: Because — the dots balance around their own mean, so that factor is exactly zero. What is the "penalty term" and why is it always positive? ::: , the squared drift of the guessed centre from the true centre times ; a square is never negative. Where exactly does the "" come from numerically? ::: From subtracting the penalty off , leaving . Why is the divide-by- version still consistent? ::: Its bias is , which as , so it converges to anyway.

Related ideas: Bias–Variance Tradeoff (why an unbiased rule isn't automatically the best), Maximum Likelihood Estimation (which often produces the biased divide-by- version), Central Limit Theorem and Fisher Information (how tightly data can ever pin down).