The Lehmann-Scheffe Theorem
A theorem that hands you a shortcut for finding the best possible unbiased estimator: if a statistic is both unbiased and a function of a complete sufficient statistic, no other unbiased estimator can beat it.
Prerequisites: Completeness and Minimal Sufficiency
Suppose you want to estimate some unknown quantity — a mean daily return, say — and you have several unbiased estimators to choose from. Which one is genuinely "best," in the sense of having the smallest possible variance among every unbiased estimator anyone could ever construct, not just the ones you happened to try? Checking every possible unbiased estimator one by one is impossible; there are infinitely many. The Lehmann-Scheffe theorem gives a shortcut: find a statistic that is both complete and sufficient for the parameter, and any unbiased function of it is automatically the unique minimum-variance unbiased estimator (UMVUE) — no further search needed.
The intuition is that a complete sufficient statistic squeezes out every last drop of relevant information in the data with no redundancy left over, so there's exactly one way to build an unbiased estimator from it. Completeness rules out the possibility of two different unbiased functions of the same sufficient statistic both existing, which is what makes the estimator unique rather than merely "good."
For example, with i.i.d. normal returns, the sample mean is a function of the complete sufficient statistic for the population mean , and is unbiased for — so Lehmann-Scheffe says is the UMVUE. No cleverer combination of the data can produce a lower-variance unbiased estimate of the mean.
The theorem is a certificate of optimality, not a recipe for finding the sufficient statistic itself — that step (usually via the factorization theorem, then checking completeness) is separate work.
If a statistic is unbiased and is a function of a complete sufficient statistic, the Lehmann-Scheffe theorem guarantees it is the unique minimum-variance unbiased estimator — turning a search over all possible estimators into a single completeness check.
Practice in interviews
Further reading
- Casella & Berger, Statistical Inference, ch. 7