delta method: Information from Answers.com
- ️Wed Jul 01 2015
The delta method is a method for deriving an approximate probability distribution for a function of a statistical estimator from knowledge of the limiting distribution of that estimator. In many cases the limiting distribution of the initial estimator is a Normal distribution with mean zero, therefore it is sufficient to obtain the variance of the function of this estimator. More broadly, the Delta Method may be considered a fairly general Central Limit Theorem.
Univariate Delta Method
While the Delta Method generalizes easilly to a multivariate setting, careful motivation of the technique is more easilly demonstrated in univariate terms. Roughly, for some sequence of random variables Xn satisfying
where θ and σ2 are finite valued constants and →d denotes convergence in distribution, it is the case that
for some function g satisfying the property that g'(θ) exists and is non-zero valued. (The final restriction is really only needed for purposes of clarity in argument and application. Should the first derivative evaluate to zero at θ, then the Delta Method may be extended via use of a second or higher order Taylor Series expansion.)
Proof in the Univariate Case
Demonstration of this result is fairly straightforward. To begin, we construct a first order Taylor Series expansion of g(Xn) around θ:
Note that by application of Slutsky's Theorem, Xn→θ in probability
By construction, this implies that the remainder term τ converges to 0 in probability.
- Xn→pθ⇒τ→p0.
Rearranging the non-remainder terms and multiplying by now gives
Since
by assumption, it follows immediately from appeal to Slutsky's Theorem that
This concludes the proof.
Motivation of Multivariate Delta Method
By definition, a consistent estimator converges in probability to its true value:
where n is the number of observations. Suppose we want to estimate the variance of a function h of the estimator B. Keeping only the first two terms of the Taylor series, and using vector notation for the gradient, we can estimate h(B) as
which implies the variance of h(B) is approximately
- Failed to parse (unknown function\begin): \begin{align} \operatorname{Var}\left(h(B)\right) & \approx \operatorname{Var}\left(h(\beta) + \nabla h(\beta)^T \cdot (B-\beta)\right) \\ & = \operatorname{Var}\left(h(\beta) + \nabla h(\beta)^T \cdot B - \nabla h(\beta)^T \cdot \beta\right) \\ & = \operatorname{Var}\left(\nabla h(\beta)^T \cdot B\right) \\ & = \nabla h(\beta)^T \cdot \operatorname{Var}(B) \cdot \nabla h(\beta) \end{align}
The delta method therefore implies that
or in univariate terms,
Note
The delta method is nearly identical to the formulae presented in Klein (1953, p. 258):
where hr is the rth element of h(B) and Bi is the ith element of B. The only difference is that Klein stated these as identities, whereas they are actually approximations.
References
- Casella, G. and Berger, R. L. (2002), Statistical Inference, 2nd ed.
- Oehlert, G. W. (1992), A Note on the Delta Method, The American Statistician, Vol. 46, No. 1, p. 27-29.
- Greene, W. H. (2003), Econometric Analysis, 5th ed., pp. 913f.
- Klein, L. R. (1953), A Textbook of Econometrics, p. 258.
- Lecture notes from Indiana University
- More lecture notes
- Explanation from Stata software corporation
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)