45.04.02 · mathematical-statistics / 04-asymptotic-statistics

The Delta Method and the Second-Order Delta Method

shipped3 tiersLean: none

Anchor (Master): van der Vaart, Asymptotic Statistics (Cambridge, 1998) Ch. 3 (delta method, §3.1; the functional delta method via Hadamard differentiability, §3.9); Lehmann, Elements of Large-Sample Theory §2.5; Bickel-Doksum, Mathematical Statistics §5.3

Intuition Beginner

Suppose you have a good estimate of some quantity — the average of a sample, say — and you know roughly how much it wobbles from sample to sample. Now you do not actually want that quantity; you want some function of it. Maybe you measured an average rate but you report its logarithm, or you measured a proportion but you report the odds. The question is simple: if your raw estimate wobbles by a known amount, how much does the transformed estimate wobble?

The answer is the single most useful rule of thumb in large-sample statistics. Near the true value, any smooth function looks like a straight line: zoom in close enough and a curve is indistinguishable from its tangent. A straight line just stretches or shrinks distances by a fixed factor — its slope. So a small wobble in the raw estimate becomes a wobble in the transformed estimate that is larger or smaller by exactly that slope factor. If the slope at the true value is , the transformed estimate wobbles twice as much; if the slope is one half, it wobbles half as much.

This is the delta method. It says: to find the spread of a function of an estimate, multiply the spread of the estimate by the slope of the function at the true value. It is how every standard error of a transformed quantity gets computed.

The one-sentence takeaway: a smooth function near the truth acts like its tangent line, so the wobble of a transformed estimate is the wobble of the original times the slope of the function.

Visual Beginner

Picture the graph of a smooth function, a gentle curve. Mark the true value on the horizontal axis and the matching point on the curve. Draw the tangent line touching the curve there. Now imagine a small bell-shaped spread of possible estimates sitting on the horizontal axis, centered on the true value. Push that spread up to the curve. Because the curve is nearly straight over this small region, the spread arrives on the vertical axis still bell-shaped, but stretched or squeezed by the steepness of the tangent.

Slope of the function at the truth What happens to the spread Resulting wobble
Steep (large slope) Stretched a lot Transformed estimate wobbles more
Gentle (small slope) Squeezed Transformed estimate wobbles less
Slope near zero (flat) Almost no first-order stretch The straight-line rule breaks down

The last row is the warning. When the tangent is flat, the function barely moves at first order, and the simple multiply-by-the-slope rule gives zero spread. Something subtler — the curvature, the bend of the graph — then takes over. That refinement is the second-order delta method.

Worked example Beginner

A factory line produces items, and an unknown fraction are defective. From a large sample you estimate , and your estimate has a known wobble. But you want to report not but the odds of a defect, the function . How much does the odds estimate wobble?

Step 1. The recipe. Use the delta method: the wobble of of the estimate equals the wobble of the estimate times the slope of at the true .

Step 2. The slope. For , the slope at is . (This is the derivative; you can read it as how fast the odds climb as climbs.)

Step 3. Plug in a number. Suppose the true defect fraction is . Then the slope is .

Step 4. Carry the wobble across. Suppose your estimate of has a standard wobble (a standard error) of . Then the odds estimate has standard wobble about .

Step 5. What this tells us. The odds estimate at wobbles about times as much as the raw proportion estimate, because the odds function is climbing steeply there. Had we worked at , the slope would have been , so the odds estimate would have wobbled four times as much. The delta method turns a known wobble on the raw scale into a wobble on any smooth transformed scale, just by reading off one slope.

Check your understanding Beginner

Formal definition Intermediate+

Throughout, is an estimator sequence in , a fixed parameter, a fixed covariance matrix, and , denote convergence in distribution and in probability as set up in 45.04.01. The driving hypothesis is asymptotic normality at rate : there is a sequence (taken as unless stated otherwise) with

The central limit theorem 37.03.02 is the canonical source of such a statement, with , , and .

Definition (differentiability used by the delta method). A map is differentiable at if there is a linear map , represented by the Jacobian matrix with entries , such that

In the scalar case the Jacobian is the ordinary derivative . The little- remainder is deterministic here; the delta method converts it into a stochastic remainder via the boundedness in probability of .

Definition (first-order delta method, the statement). Under and differentiability of at ,

The limiting covariance is the sandwich (or delta-method) covariance. In the scalar case it reduces to .

Definition (second-order delta method, the statement). Suppose , is twice differentiable at , and the first derivative vanishes, but . If , then the first-order centering is degenerate and the correct rate is :

where is a chi-squared variable with one degree of freedom (the square of a standard normal). The limit is a scaled chi-squared, generally not normal; its sign tracks the sign of .

Definition (variance-stabilizing transformation). Given a family with asymptotic variance depending on the mean, , a variance-stabilizing transformation is a smooth chosen so that the delta-method variance is constant in . The defining condition is the ordinary differential equation

for a constant ; then , free of .

Counterexamples to common slips Intermediate+

  • Differentiability is needed, not just continuity. The map is continuous everywhere but not differentiable at . If (so ), then , a folded normal — not a centered normal. The delta method does not apply at a kink.

  • The derivative is evaluated at , not at . Writing the limiting variance as is an estimator of it, not the limit. The theorem's variance is the deterministic ; plugging in is legitimate only afterward, justified by a separate Slutsky/continuous-mapping step (which is how standard errors are actually computed).

  • A vanishing gradient is not an edge case to ignore. When the sandwich covariance is the zero matrix, and the first-order statement degenerates to . This is correct but uninformative: the true fluctuation is at the slower scale , captured only by the second-order method.

  • The chi-squared limit is one-sided when has a strict extremum. If is a local maximum of then and almost surely in the limit. Expecting a symmetric limit here is the standard error.

Key theorem with proof Intermediate+

Theorem (the delta method, first and second order). Let be random vectors in and fixed.

(i) First order. If for some random vector and some , and is differentiable at with Jacobian , then

In particular, if then the limit is .

(ii) Second order. If , , and is twice differentiable at with , then

For this is .

Proof. (i). Convergence in distribution at a diverging rate forces : for the sequence to converge in distribution it is bounded in probability, , so 45.04.01. Differentiability at gives the exact identity, valid for every ,

where and we extend continuously. Set and multiply by :

The first term converges in distribution to by the continuous-mapping theorem applied to the linear (hence continuous) map . For the remainder, define for and , so is continuous at with . Then

Here because and is continuous at (continuous-mapping in probability, 45.04.01), while . By the order rule , the remainder is . Slutsky's lemma — a convergent-in-distribution leading term plus an remainder — gives .

(ii). With , the second-order Taylor expansion at is

Set and multiply by :

The leading bracket squared converges in distribution to by the continuous-mapping theorem ( is continuous), giving the stated limit. For the remainder, write with as and . Then and , so the product is , and Slutsky's lemma delivers .

Bridge. This theorem builds toward the asymptotic distribution theory of every plug-in and maximum-likelihood estimator in the chapter, and the same Taylor-plus-Slutsky mechanism appears again in the proof of asymptotic normality of M-estimators, where the score function is expanded about the truth and the remainder is certified as . The foundational reason the method works is that a smooth map is locally linear and the linearisation error, deterministic and , is upgraded to a stochastic remainder exactly because is bounded in probability — this is exactly the calculus of 45.04.01 doing its job. Putting these together with the continuous-mapping theorem, the delta method generalises the central limit theorem 37.03.02 from sample averages to arbitrary smooth functions of them, and the second-order form is the bridge to the chi-squared limits that govern likelihood-ratio and score tests when a parameter sits at a stationary point of the functional. The bridge is the passage from a limit law for an estimator to a limit law for any smooth quantity reported from it.

Exercises Intermediate+

Advanced results Master

Theorem 1 (the multivariate delta method and the sandwich covariance). Let in and let be differentiable at with Jacobian . Then , so for the limit is . The covariance is degenerate (rank-deficient) exactly when has a nontrivial kernel intersecting the range of , which is the multivariate signature of a vanishing directional derivative; in those directions the fluctuation lives at a slower rate and a second-order analysis is required. The sandwich form is the universal template for standard errors of plug-in functionals, including the asymptotic covariance of an estimating-equation solution, where is the derivative of the estimating function [van der Vaart 1998].

Theorem 2 (second-order delta method, multivariate quadratic form). Let in with twice differentiable at and . With Hessian ,

For the limit is a quadratic form in a Gaussian, distributed as with independent and the eigenvalues of (when ). When the limit collapses to — the structural origin of the chi-squared null distributions of Wald, score, and likelihood-ratio statistics under regularity, with the number of constrained parameters [Lehmann 1999].

Theorem 3 (variance stabilization as an ODE, and the canonical solutions). If with continuous and positive, the transformation solving yields . Three classical instances follow by integrating . For the binomial proportion, gives (the arcsine transform). For Poisson counts, gives (the square-root transform). For the bivariate-normal correlation, gives (Fisher's ). For the exponential/scale mean with , the solution is , explaining the ubiquity of the log scale for positive quantities with constant coefficient of variation [Fisher 1921].

Theorem 4 (functional delta method via Hadamard differentiability). When the estimator is a map of an empirical distribution in a normed space — quantiles, trimmed means, the Wilcoxon functional, copula functionals — the Euclidean Jacobian is replaced by a Hadamard derivative , a continuous linear map between the relevant Banach spaces. If in distribution in the space (e.g. a Brownian bridge for the empirical process) and is Hadamard-differentiable at tangentially to the support of , then . The finite-dimensional delta method is the special case where the space is and Hadamard differentiability coincides with ordinary differentiability; the extension is what makes the bootstrap consistent for smooth statistical functionals [van der Vaart 1998].

Synthesis. The foundational reason the delta method is the workhorse of large-sample inference is that it converts a single limit law — the central limit theorem 37.03.02 — into a limit law for every smooth quantity reported from an estimator, by linearising the map and discarding the linearisation error as of the leading term. The central insight is that the rate of the input fluctuation and the order of vanishing of the map together determine the output: a nonzero gradient gives a Gaussian limit at the input rate with the sandwich covariance ; a vanishing gradient pushes the fluctuation to the squared rate, where the Hessian produces a quadratic-form-in-a-Gaussian, and this is exactly the mechanism that generalises the scalar chi-squared limit into the null laws of the classical tests. Putting these together, variance stabilization is the dual move — instead of accepting the -dependent sandwich variance one solves the ordinary differential equation to make it constant, and the arcsine, square-root, logarithm, and Fisher transforms are its canonical solutions. The bridge from the finite-dimensional method to the functional delta method is Hadamard differentiability, which is dual to ordinary differentiability in that it is precisely the regularity making the chain rule and the bootstrap valid for maps of the empirical process; the entire apparatus — first order, second order, stabilization, functional — is one principle, local linearity transported through a limit, applied at successively finer scales and in successively larger spaces.

Full proof set Master

Proposition 1 (first-order delta method, with the remainder bookkeeping explicit). If in with and is differentiable at , then .

Proof. Boundedness in probability of a convergent-in-distribution sequence gives , hence 45.04.01. Define for and ; differentiability is the statement as , so is continuous at . Then

By continuous mapping in probability , while , so the second term is . The first term tends in distribution to by continuous mapping under the linear map. Slutsky's lemma combines them.

Proposition 2 (second-order delta method, scalar). If in , is twice differentiable at , and , then .

Proof. Twice differentiability at with gives with as , . Setting and multiplying by ,

The bracket squared converges in distribution to by continuous mapping; by continuity of at and ; and . The remainder is and Slutsky gives the limit. The distributional identity for follows because is the square of a standard normal.

Proposition 3 (multivariate second order: the quadratic-form limit). Let in , twice differentiable at with and Hessian . Then .

Proof. The second-order Taylor expansion with vanishing gradient is with as . Multiply by after substituting :

The map is continuous, so the leading term converges in distribution to ; the remainder is . Slutsky finishes. For with , diagonalise : then has the law with i.i.d. , and reduces to exactly when , i.e. .

Proposition 4 (variance-stabilizing ODE has a strictly monotone solution). If is continuous on an interval , then is strictly increasing, continuously differentiable, satisfies , and yields .

Proof. The integrand is continuous and strictly positive, so by the fundamental theorem of calculus is with , hence strictly increasing and invertible on . Applying the first-order delta method (Proposition 1) to at under gives asymptotic variance , so the limit is regardless of . Strict monotonicity guarantees the back-transformation used to form confidence intervals on the original scale is well defined.

Proposition 5 (the kink obstruction: necessity of differentiability). There exist with and a continuous for which does not converge to any normal law.

Proof. Take , , and with . Then by the continuous-mapping theorem, since is continuous. The limit is a folded (half-)normal supported on , not a centered normal. The obstruction is the non-differentiability of at : no single linear map approximates near , so the delta-method linearisation has no candidate slope, and the conclusion legitimately fails. This delimits the hypothesis of the theorem.

Connections Master

Consistency of estimators and the modes of stochastic convergence 45.04.01 is the immediate substrate: the proof of the delta method runs entirely on the calculus, the continuous-mapping theorem, and Slutsky's lemma developed there, and the step that the rate forces — turning a deterministic Taylor remainder into a stochastic one — is exactly the order-calculus bridge that unit certifies.

The Lindeberg-Feller central limit theorem 37.03.02 supplies the input hypothesis for the leading case , and the multivariate central limit theorem supplies the joint Gaussian limit that the multivariate delta method transports through the Jacobian; without that input limit law there is nothing for the method to transform.

Consistency and asymptotic normality of M-estimators and maximum likelihood 45.04.04 consumes the delta method twice over: the asymptotic normality of is itself a delta-method-style linearisation of the score equation, and the asymptotic distribution of any smooth function of the estimate is obtained by composing with the delta method, giving the sandwich covariance in terms of the Fisher information.

The chi-squared limits of Wald, score, and likelihood-ratio tests 45.06.01 are the second-order delta method in action: under the null a test statistic is a quadratic functional of an asymptotically normal vector evaluated where the first-order term vanishes, and Theorem 2 / Proposition 3 deliver the null distribution with the number of restrictions.

Empirical processes and Glivenko-Cantelli classes 45.05.02 are where the functional delta method (Theorem 4) lives: the weak convergence of the empirical process to a Brownian bridge is the infinite-dimensional analogue of the central limit input, and Hadamard differentiability is the regularity that lets the finite-dimensional delta method extend to quantiles, L-statistics, and the bootstrap of smooth functionals.

Historical & philosophical context Master

The delta method has roots in the nineteenth-century propagation-of-errors calculus of Gauss and Laplace, where the variance of a function of measured quantities was approximated by squaring the relevant partial derivatives. Its modern statistical form — as a theorem about the asymptotic distribution of a smooth function of an asymptotically normal estimator — was systematised by Harald Cramér in his 1946 Mathematical Methods of Statistics [Cramér 1946], which treated the asymptotic normality of functions of sample moments with the Taylor-expansion-plus-remainder argument that remains the standard proof. The name "delta method" became common in the mid-twentieth-century statistical literature, the recalling the small increment in the Taylor expansion.

The variance-stabilizing transformations predate the general theorem and motivated it. Ronald Fisher's 1921 Metron paper [Fisher 1921] introduced the transformation of the sample correlation precisely to obtain an approximately normal statistic with variance nearly independent of the unknown , an explicit solution of the stabilizing differential equation before that equation was stated abstractly. Maurice Bartlett's 1936 analysis [Bartlett 1936] developed the square-root transform for count data and the general principle that one integrates the reciprocal of the standard-deviation function to stabilize variance. The second-order form, needed when the first derivative vanishes, and the functional generalisation through Hadamard differentiability were consolidated in the modern asymptotic-statistics literature, where the delta method is presented as a single principle with finite-dimensional, second-order, and infinite-dimensional faces.

Bibliography Master

@book{Cramer1946,
  author    = {Cram\'er, Harald},
  title     = {Mathematical Methods of Statistics},
  publisher = {Princeton University Press},
  address   = {Princeton},
  year      = {1946}
}

@article{Fisher1921,
  author  = {Fisher, Ronald A.},
  title   = {On the `probable error' of a coefficient of correlation deduced from a small sample},
  journal = {Metron},
  volume  = {1},
  year    = {1921},
  pages   = {3--32}
}

@article{Bartlett1936,
  author  = {Bartlett, Maurice S.},
  title   = {The square root transformation in analysis of variance},
  journal = {Supplement to the Journal of the Royal Statistical Society},
  volume  = {3},
  number  = {1},
  year    = {1936},
  pages   = {68--78}
}

@book{vanderVaart1998,
  author    = {van der Vaart, Aad W.},
  title     = {Asymptotic Statistics},
  publisher = {Cambridge University Press},
  series    = {Cambridge Series in Statistical and Probabilistic Mathematics},
  year      = {1998}
}

@book{Ferguson1996,
  author    = {Ferguson, Thomas S.},
  title     = {A Course in Large Sample Theory},
  publisher = {Chapman \& Hall},
  address   = {London},
  year      = {1996}
}

@book{Lehmann1999,
  author    = {Lehmann, Erich L.},
  title     = {Elements of Large-Sample Theory},
  publisher = {Springer-Verlag},
  address   = {New York},
  year      = {1999}
}

@book{BickelDoksum2015,
  author    = {Bickel, Peter J. and Doksum, Kjell A.},
  title     = {Mathematical Statistics: Basic Ideas and Selected Topics, Volume I},
  edition   = {2nd},
  publisher = {CRC Press},
  address   = {Boca Raton},
  year      = {2015}
}