PDA

View Full Version : Variance of Method of Moments Estimator



macro90
09-23-2005, 02:33 AM
Attached is a portion of my stats textbook.

Can someone explain how the approximation at the bottom was obtained?

quark
09-23-2005, 08:24 AM
I believe this is the "delta method". It is derived from Taylor expansion:

mu(T) = mu(theta) + (T-theta)*mu'(theta) (approx.)

so that:

Var[mu(T)] = Var(T)*[mu'(theta)]^2 (approx.)

theta and mu(theta) are constants.