Rao-Blackwell Theorem

Research Depth 74 in the knowledge graph I know this Set as goal
rao-blackwell unbiased-estimation statistics

Core Idea

If T is an unbiased estimator of θ and S is a sufficient statistic, then φ = E[T|S] is unbiased for θ and Var(φ) ≤ Var(T). This theorem shows how to improve unbiased estimators by conditioning on sufficient statistics. Combined with completeness, it yields UMVUEs.

Explainer

You've studied sufficient statistics — statistics S(X) that capture all the information in the data about the parameter θ, in the sense that the conditional distribution of the data given S does not depend on θ. You've also studied conditional expectation — E[T|S], the expected value of T after averaging over everything not captured by S. The Rao-Blackwell theorem puts these together: if you start with any unbiased estimator T and condition it on a sufficient statistic S, you get a new estimator that is at least as good, and often better.

The construction is this: define φ(S) = E[T|S]. Three properties follow immediately. First, unbiasedness is preserved: E[φ(S)] = E[E[T|S]] = E[T] = θ by the law of total expectation. Second, φ depends only on S: since S is sufficient, conditioning on S yields a distribution free of θ, so the conditional expectation is a well-defined function of S alone. Third, variance cannot increase: by the variance decomposition formula, Var(T) = Var(E[T|S]) + E[Var(T|S)] = Var(φ) + E[Var(T|S)] ≥ Var(φ). The extra term E[Var(T|S)] is the "noise" in T that is unrelated to θ — conditioning removes it.

The intuition is that any unbiased estimator T contains two kinds of variability: fluctuations that carry information about θ (good variance) and fluctuations that are irrelevant noise (bad variance). The sufficient statistic S has already extracted all the information. Conditioning T on S averages away the irrelevant noise while preserving the signal, producing an estimator with the same mean but lower variance. A simple example: suppose you want to estimate the mean of a normal population, and T is just the first observation X₁ — unbiased but high-variance. The sufficient statistic for this model is the sample mean X̄. Then E[X₁ | X̄] = X̄, and the Rao-Blackwellized estimator is the sample mean itself, which has variance σ²/n instead of σ².

Combined with completeness of the sufficient statistic, the theorem yields the UMVUE (Uniformly Minimum Variance Unbiased Estimator) via the Lehmann-Scheffé theorem: if a complete sufficient statistic S exists and you condition any unbiased estimator on S, the result is the unique UMVUE — no unbiased estimator can have smaller variance for any value of θ. The Rao-Blackwell theorem is the engine: start with any unbiased estimator (easy to find), condition on the sufficient statistic (always improves or maintains variance), and completeness guarantees the result is optimal.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIterated Integrals and Fubini's TheoremJoint Distributions and Marginals (Rigorous)Independence of Sigma-AlgebrasConditional ExpectationBayesian Inference FoundationsConjugate PriorsBayesian Point EstimationUniformly Minimum Variance Unbiased Estimation (UMVUE)Rao-Blackwell Theorem

Longest path: 75 steps · 392 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.