Let X1,…,Xn be i.i.d. Exp(λ): p(x;λ)=λe−λx for x≥0.
Compute the log-likelihood ℓ(λ) and derive the MLE λ^=1/xˉ.
Compute the Fisher information per observation:
I(λ)=−E[∂λ2∂2logp(X1;λ)].
(Hint: ∂2/∂λ2(logλ−λx)=−1/λ2.)
The Cramér-Rao lower bound for unbiased estimators of λ is Var(λ^)≥1/(nI(λ))=λ2/n. Does λ^=1/Xˉ saturate this bound? (Note: λ^ is biased.)
Asymptotic normality simulation. For λ=2 and n=100, generate m=10,000 sample sets and compute λ^ for each. Compare the empirical distribution of n(λ^−λ) to N(0,λ2). Plot a histogram overlay or report mean and variance.
Hint
For part 2: logp(x;λ)=logλ−λx. First derivative: 1/λ−x. Second derivative: −1/λ2. Fisher information: −E[−1/λ2]=1/λ2.