Quant Memo
Advanced

Completeness and Minimal Sufficiency

Two related but distinct properties a statistic can have — sufficiency squeezed down as far as it can go (minimal sufficiency), and having no unbiased 'zero estimator' hiding inside it (completeness) — that together underlie the best-unbiased-estimator theorems.

A sufficient statistic captures all the information in a sample relevant to a parameter, but there can be many sufficient statistics of varying "size" — the full raw dataset is trivially sufficient, and so is any reversible transformation of it. A minimal sufficient statistic is the most compressed one possible: it's a function of every other sufficient statistic, meaning it throws away every piece of the data that's genuinely irrelevant and nothing more.

Completeness is a separate, less intuitive property: a sufficient statistic TT is complete if the only unbiased estimator of zero built from TT is the estimator that is identically zero — in other words, there's no way to build a nonzero function of TT whose expectation is always zero regardless of the true parameter. Practically, completeness rules out the existence of two different unbiased estimators built from the same sufficient statistic, because if two existed their difference would be a nonzero unbiased estimator of zero.

For example, for nn i.i.d. normal observations with unknown mean, the pair (sample mean, sample variance) is a minimal sufficient statistic, and it is also complete — which is exactly the combination the Lehmann-Scheffe theorem needs to certify that functions built from it are the unique best unbiased estimators.

Minimal sufficiency and completeness are logically independent properties in general, but when both hold together for the same statistic, they unlock the strongest results in estimation theory.

Minimal sufficiency means a statistic compresses the data as far as possible without losing information about the parameter; completeness means no nonzero unbiased "estimator of zero" can be built from it. Together, they are the exact precondition the Lehmann-Scheffe theorem uses to guarantee a unique minimum-variance unbiased estimator.

Related concepts

Practice in interviews

Further reading

  • Casella & Berger, Statistical Inference, ch. 6-7
ShareTwitterLinkedIn