Setup
Let X1,…,Xn be a sample from a distribution indexed by an unknown parameter θ∈Θ. Write Pθ for the probability measure under parameter θ and Eθ for the corresponding expectation.
An estimator T(X1,…,Xn) is a measurable function of the sample. It is an unbiased estimator of θ when
Eθ[T]=θfor every θ∈Θ.(1)
where T denotes the estimator, θ denotes the unknown parameter, and the expectation Eθ is taken under the law Pθ.
A statistic S=S(X1,…,Xn) is a sufficient statistic for θ when the conditional distribution of the sample given S does not depend on θ. Equivalently:
Pθ(X1,…,Xn∣S=s)=P(X1,…,Xn∣S=s)for all θ,s.(2)
Here S denotes the sufficient statistic, s ranges over its support, and the independence of the right-hand side from θ is the defining property.
The theorem
Rao-Blackwell. Let T be an unbiased estimator of θ with finite variance, and let S be a sufficient statistic for θ. Define
T∗:=E[T∣S].(3)
where T∗ denotes the Rao-Blackwellised estimator obtained by conditioning T on S. Then T∗ is an unbiased estimator of θ, and
Varθ(T∗)≤Varθ(T)for every θ,(4)
with equality iff T is already a function of S (up to a Pθ-null set).
Proof sketch
Two ingredients suffice.
Unbiasedness. By the tower property of conditional expectation,
Eθ[T∗]=Eθ[E[T∣S]]=Eθ[T]=θ.(5)
where the inner expectation E[T∣S] is the conditional expectation of T given S, and the outer expectation is taken under Pθ.
Variance. Apply the variance decomposition with G=σ(S):
Varθ(T)=Eθ[Var(T∣S)]+Varθ(E[T∣S]).(6)
Here σ(S) denotes the σ-algebra generated by S, Var(T∣S) denotes the conditional variance of T given S, and the two right-hand terms are both non-negative.
Substituting T∗=E[T∣S] from (3):
Varθ(T)=Eθ[Var(T∣S)]+Varθ(T∗).(7)
Since Eθ[Var(T∣S)]≥0, we conclude Varθ(T∗)≤Varθ(T), with equality iff Var(T∣S)=0 almost surely — i.e. iff T is determined by S.
The same chain holds for any convex loss L via Jensen’s inequality:
Eθ[L(T∗,θ)]≤Eθ[L(T,θ)].(8)
where L denotes a convex loss function and the variance case in (4) is the special case L(t,θ)=(t−θ)2.
Worked example
Let X1,…,Xn be i.i.d. Poisson with mean λ, and let τ(λ)=e−λ=Pλ(X1=0).
A trivial unbiased estimator:
T=1{X1=0}.(9)
where 1{⋅} denotes the indicator. Then Eλ[T]=Pλ(X1=0)=e−λ=τ(λ), so T is unbiased for τ(λ).
The sample sum S=X1+⋯+Xn is sufficient for λ. Given S=s, the conditional distribution of (X1,…,Xn) is Multinomial(s;1/n,…,1/n) — independent of λ. Therefore:
T∗=E[T∣S]=P(X1=0∣S)=(1−n1)S.(10)
where T∗ is the Rao-Blackwellised estimator. By (4), Varλ(T∗)≤Varλ(T), with strict inequality for n>1 since T is not a function of S alone.
Why this matters
The recipe is constructive: take any unbiased estimator T, project onto the σ-algebra of a sufficient statistic S, and you get T∗ with no greater variance. Combined with completeness of S (Lehmann-Scheffé, 1950), this gives the minimum-variance unbiased estimator uniquely — there is essentially one Rao-Blackwellisation up to almost-sure equality, and it dominates every other unbiased estimator simultaneously.
References
C. R. Rao, “Information and accuracy attainable in the estimation of statistical parameters,” Bulletin of the Calcutta Mathematical Society, 37:81-91, 1945.
D. Blackwell, “Conditional expectation and unbiased sequential estimation,” Annals of Mathematical Statistics, 18(1):105-110, 1947.
E. L. Lehmann and H. Scheffé, “Completeness, similar regions, and unbiased estimation — Part I,” Sankhyā, 10:305-340, 1950.