logo

Rao-Blackwell Theorem Proof 📂Mathematical Statistics

Rao-Blackwell Theorem Proof

Theorem 1 2

Description

To put the Rao-Blackwell Theorem into simple terms, it could be summarized as a theorem that ’tells why sufficient statistics are useful.’ An unbiased estimator becomes more effective, as in having a reduced variance, when information about the sufficient statistic is provided. Especially if $T$ is the minimum sufficient statistic, then $\phi \left( T \right)$ becomes the best unbiased estimator, as proven by the theorem.

Proof

Since from the assumption $T$ is a sufficient statistic, by its definition, the distribution of $W | T$ is independent of $\theta$, and likewise, $\phi \left( T \right) = E \left( W | T \right)$ is independent of $\theta$.

Properties of Conditional Expectation: $$ E \left[ E ( X | Y ) \right] = E(X) $$

By the properties of conditional expectation: $$ \begin{align*} \tau (\theta) =& E_{\theta} W \\ =& E_{\theta} \left[ E ( W | T ) \right] \\ =& E_{\theta} \phi (T) \end{align*} $$

Thus, $\phi (T)$ is an unbiased estimator for $\tau (\theta)$.

Properties of Conditional Variance: $$ \text{Var}(X) = E \left( \text{Var}(X | Y) \right) + \text{Var}(E(X | Y)) $$

By the properties of conditional variance: $$ \begin{align*} \text{Var}_{\theta} W =& \text{Var}_{\theta} \left[ E ( W | T ) \right] + E_{\theta} \left[ \text{Var} ( W | T ) \right] \\ =& \text{Var}_{\theta} \phi (T) + E_{\theta} \left[ \text{Var} ( W | T ) \right] \\ \ge& \text{Var}_{\theta} \phi (T) & \because \text{Var} ( W | T ) \ge 0 \end{align*} $$

Therefore, $\text{Var}_{\theta} \phi (T)$ always has a smaller variance than $W$.


  1. Casella. (2001). Statistical Inference(2nd Edition): p342. ↩︎

  2. Hogg et al. (2013). Introduction to Mathematical Statistcs(7th Edition): p397. Let us assume that the parameter $\theta$ is given. If $T$ is a sufficient statistic for $\theta$ and $W$ is an unbiased estimator for $\tau \left( \theta \right)$, then by defining $\phi \left( T \right) := E \left( W | T \right)$, the following holds for all $\theta$: $$ \begin{align*} E_{\theta} \phi (T) =& \tau (\theta) \\ \text{Var}_{\theta} \phi (T) \le& \text{Var}_{\theta} W \end{align*} $$ In other words, $\phi (T)$ is a Uniformly Better Unbiased Estimator for $\tau (\theta)$ than $W$. ↩︎