Theorem (Cramer-Rao): If θ^ is an unbiased estimator of θ and the regularity conditions hold, then Var(θ^)≥1/(nI(θ)).
Step 1: The score function.
Define the score function Sn(θ)=∂θ∂logL(θ)=∑i=1n∂θ∂logf(Xi;θ).
The score has mean zero:
E[Sn(θ)]=E[∂θ∂logL(θ)]=∫∂θ∂f(x;θ)f(x;θ)1⋅f(x;θ)dx=∂θ∂∫f(x;θ)dx=∂θ∂1=0
where we used the regularity condition to interchange differentiation and integration.
The variance of the score is the Fisher information:
Var(Sn(θ))=E[Sn(θ)2]=nI(θ)
Step 2: Covariance calculation.
Since θ^ is unbiased, E[θ^]=θ for all θ. Differentiating both sides with respect to θ:
∂θ∂E[θ^]=1
∂θ∂∫θ^(x)f(x;θ)dx=∫θ^(x)∂θ∂f(x;θ)dx
=∫θ^(x)∂θ∂logf(x;θ)f(x;θ)dx=E[θ^⋅Sn(θ)]
Since E[Sn]=0:
Cov(θ^,Sn)=E[θ^⋅Sn]−E[θ^]⋅E[Sn]=1−θ⋅0=1
Step 3: Apply the Cauchy-Schwarz inequality.
By the Cauchy-Schwarz inequality:
[Cov(θ^,Sn)]2≤Var(θ^)⋅Var(Sn)
1=12≤Var(θ^)⋅nI(θ)
Therefore:
Var(θ^)≥nI(θ)1
Step 4: Equality condition.
Equality in Cauchy-Schwarz holds if and only if θ^−θ=c⋅Sn(θ) for some constant c (not depending on x). This occurs precisely when the score is a linear function of θ^, which is characteristic of exponential family distributions. □