Delta Method

Given a converging sequence of r.v.s and a function, the delta method uses the function’s first-order derivative to describe the limiting distribution of the transformed sequence after the function.

Formally, suppose there exists a vector and a -dimensional r.v. , such that the number sequence and the r.v. sequence satisfy

Additionally, suppose the function is differentiable at . Then,

Proof Sketch

We can approximate the difference using its first-order derivative:

Thus,

Formal Proof

Define the remainder . Since , we know . By Slutsky’s Theorem, using the Stochastic Asymptotic Notation, we have

On the other hand, we have . Thus

Therefore

Asymptotic Normality

The delta method is often combined with CLT to establish asymptotic normality. Suppose , then , where is the Jacobian matrix.

The Jacobian matrix is the transpose of the gradient vector . That is, .

Application

  1. Write statistics as a (differentiable) function of simple statistics.
  2. Apply CLT on simple statistics.
  3. Apply the delta method on the function, to obtain the limiting distribution of the complex statistic.

Example - Sample Variance

Let the sample variance be . Suppose the sample has finite th moment up to . Then,

To see this, we first express the sample variance as a function of the sample mean and the sample second moment:

We have . And by CLT, we have

Combining CLT and delta method gives the result.