Foundations — Properties of estimators — unbiasedness, consistency, efficiency
This page is the toolbox. Before you can read the parent note Properties of estimators — unbiasedness, consistency, efficiency, every squiggle it uses must mean something to you. We build each symbol from nothing, anchor it to a picture, and say why the topic needs it. Order matters: each item leans on the one before.
0. The stage: a hidden number and a random draw
Picture a giant barrel holding millions of numbers — the population. Somewhere inside, the barrel has a true average height, a true spread. These true facts are fixed but hidden from you. You are only allowed to scoop out a handful.

Everything below is machinery for turning that handful (the scoop) into an honest guess about the barrel.
1. — the parameter (the hidden number)
Picture: the exact fill-line printed on the inside of the barrel that you can never directly read.
Why the topic needs it: the entire subject exists to guess . Without a target there is nothing to estimate. Every property (unbiased, consistent, efficient) is measured relative to this .
2. — one observation, and "i.i.d."
Capital (not ) signals it is random — before you scoop, you don't know what it will be.
Picture: separate hands reaching into the same barrel, each hand blindfolded and unaware of the others.
Why the topic needs it: i.i.d. is the assumption that lets us add up expectations cleanly (Section 6) and lets more data behave predictably (the Law of Large Numbers). Break it and unbiasedness/consistency proofs collapse.
3. — the sample size
Picture: the number of dots in your handful.
Why the topic needs it: is the dial you turn in consistency ("what happens as ?"). Small = few dots = jittery guess; large = many dots = steady guess. Watch how appears in the denominators later (, ) — those are the heart of the topic.
4. Random variable & its distribution

Why the topic needs it: here is the plot twist that makes the whole subject interesting — since is computed from random data, is itself a random variable. It has its own cloud of possible values, called a sampling distribution. Unbiased / consistent / efficient are all statements about that cloud's shape.
5. — expectation (the long-run average)
Picture: if the distribution were a physical cardboard cut-out, is the point where you could balance it on a fingertip.

Why the topic needs it: unbiasedness is literally the equation ("the balance point of my guess-cloud sits on the truth"). Linearity is the single tool that makes fall out in two lines.
6. and — summation and the sample mean
Picture: the centre of gravity of your handful of dots.
Why the topic needs it: is the starring estimator — the running example for all three properties. Notice is Latin-with-a-bar: it's built from data, and it estimates the Greek .
7. — the estimator (the hat)
Formally — a function of the data. Feed in random data, out comes a (random) number.
Why the topic needs it: the hat is the whole subject's protagonist. "Is good?" is the only question we ever ask.
8. and — variance (the wobble)
The population variance is (sigma-squared, Greek → truth). Its square root is the standard deviation, in the same units as the data.

Why the topic needs it: efficiency is a contest of smallest variance. Consistency rides on variance . Variance is the second of the three lenses (the "wobble").
9. — the systematic offset
Picture: a dartboard. Bias = distance from your average dart to the bullseye. Variance = how scattered the darts are around that average. These are two different things — you can have one without the other.
Why the topic needs it: unbiasedness is exactly "bias ," and MSE (next) is built from bias and variance together.
10. — the honest scorecard
Why the topic needs it: MSE is the single number that lets you compare any two estimators — even a biased one against an unbiased one (see the parent's Uniform example). It also gives the easy consistency test: if , the estimator is consistent. This links straight to the Bias–Variance Tradeoff.
11. Convergence in probability —
Symbols unpacked: = distance (absolute value, always ); (epsilon) = a small positive "how close is close enough"; = probability of an event; = "the value we settle on as grows without bound."
Picture: the guess-cloud getting narrower and narrower, sliding onto the target, until essentially all its weight sits within any hair's-width band around .
Why the topic needs it: this is the exact definition of consistency. It is powered by the Law of Large Numbers, which guarantees .
12. The likelihood pieces — , , ,
These appear only in the efficiency section, but you should recognise them.
Why the topic needs it: the Fisher Information sets the Cramér–Rao lower bound — the hard floor no unbiased estimator can beat. That floor is the very definition of efficient. It ties to Maximum Likelihood Estimation and, via the Central Limit Theorem, to why MLEs are asymptotically efficient.
How the foundations feed the topic
Equipment checklist
Cover the right side and answer each before opening the parent note.