Historical Context & Motivation
The problem of quantifying uncertainty in statistical estimation is as old as the discipline itself. Early statisticians working with small samples from well-understood distributions—such as the normal or binomial—could rely on exact pivotal quantities to form confidence intervals. However, the vast majority of models encountered in practice do not yield tractable finite-sample distributions for their estimators. This gap between theory and application motivated a fundamentally different approach: rather than deriving the exact distribution of an estimator, one could characterize its limiting distribution as the sample size grows, and use that approximation to construct interval estimates. The intellectual threads leading to this idea span more than two centuries of probability theory and mathematical statistics.
The central question this lesson addresses is: When we know an estimator is asymptotically normal, how do we translate that distributional result into a practical confidence interval, and what are the trade-offs involved? Understanding this construction is essential because the vast majority of confidence intervals encountered in applied statistics—from logistic regression coefficients to hazard ratios—rely on exactly this asymptotic machinery.
Core Principles & Definitions
Before constructing any interval, we need a firm grasp on the foundational ideas that make asymptotic confidence intervals possible. These principles connect limiting distribution theory to the practical mechanics of interval estimation, and understanding each one is crucial for both correct application and for recognizing when the approach may fail.
Asymptotic Normality
Fisher Information
Slutsky's Theorem
Pivotal Quantity
Coverage Probability
Visual Explanation — The Asymptotic Normal Approximation
The diagram below illustrates the central mechanism behind asymptotic confidence intervals. As the sample size n increases, the sampling distribution of the standardized estimator converges to the standard normal curve. The confidence interval is formed by inverting the probability statement that this standardized quantity falls between the critical values −zα/2 and zα/2.
The visual makes explicit a key conceptual step that students often overlook: the confidence interval is not simply an assertion about where the parameter lies, but a direct algebraic inversion of a probability statement about the standardized pivot. Because the pivot is approximately N(0,1), the critical values come from the standard normal table, and solving for θ produces the familiar θ̂ₙ ± zα/2 × σ̂ₙ/√n form. The quality of the interval depends on how well the finite-sample distribution of the pivot actually matches the Gaussian limit—a question we will revisit in later sections.
Mathematical Framework
We now develop the formal machinery for constructing confidence intervals from asymptotic normality. The derivation proceeds in three stages: establishing the limiting distribution, forming an approximate pivot by estimating the asymptotic variance, and inverting the pivot to obtain an interval.
Stage 1: The Asymptotic Normality Result
Stage 2: Forming an Approximate Pivot
The asymptotic variance 1/I(θ₀) depends on the unknown θ₀. By Slutsky's theorem, if we replace I(θ₀) with a consistent estimator—either the observed Fisher information Î(θ̂ₙ) = −∂²ℓ(θ)/∂θ² evaluated at θ̂ₙ, or the expected information I(θ̂ₙ)—the limiting distribution is unchanged.
Stage 3: Inversion to a Confidence Interval
Variance Estimation Strategies & The Delta Method
The width of the asymptotic confidence interval is governed entirely by the estimated standard error ŝₑ(θ̂ₙ). In practice, there are several strategies for obtaining this quantity, and the choice can substantially affect both the accuracy and the width of the resulting interval. Moreover, when the parameter of interest is a transformation g(θ) of the natural parameter, the delta method provides a principled way to propagate the asymptotic normality.
The expected information approach requires computing E[−ℓ″(θ)] analytically and plugging in θ̂ₙ, which is straightforward for exponential family models but can be burdensome otherwise. The observed information Î(θ̂ₙ) = −ℓ″(θ̂ₙ) is computed directly from the data; Efron and Hinkley (1978) argued it often produces more accurate intervals because it conditions on the observed data rather than averaging over the sample space. The sandwich (robust) estimator V̂ = Â⁻¹B̂Â⁻¹ provides consistent variance estimates even when the assumed model is misspecified, at the cost of wider intervals. Here  = n⁻¹∑ᵢ(−∂²ℓᵢ/∂θ²) and B̂ = n⁻¹∑ᵢ(∂ℓᵢ/∂θ)² are the empirical analogs of the expected Hessian and the outer-product-of-scores, respectively.
Worked Example — Exponential Rate Parameter
Suppose we observe n = 100 independent realizations from an Exponential(λ) distribution, where λ > 0 is the rate parameter and the density is f(x; λ) = λe⁻ˡˣ for x > 0. The sample mean is x̄ = 4.2. We wish to construct a 95% asymptotic confidence interval for λ and also for the mean lifetime μ = 1/λ.
Strengths, Limitations & Comparisons
Asymptotic normality-based confidence intervals are the most widely deployed interval estimation method in statistics, powering the standard output of virtually every regression package. However, their convenience comes with important caveats that every practitioner should understand. The table below summarizes the key trade-offs.
| Aspect | Strength | Limitation |
|---|---|---|
| Generality | Applies to any asymptotically normal estimator—MLEs, method of moments, M-estimators, etc.—without requiring the exact sampling distribution. | Requires regularity conditions (smooth likelihood, open parameter space, identifiability) that may not hold for all models. |
| Simplicity | The θ̂ ± z × ŝₑ formula is easy to compute and communicate. It requires only a point estimate and a standard error. | Symmetric by construction; performs poorly for skewed parameters (e.g., variance components, odds ratios on their natural scale). |
| Finite-sample coverage | Coverage converges to the nominal level as n → ∞ at rate O(n⁻¹/²), and can be improved by Bartlett correction or bootstrap calibration. | For moderate n, actual coverage may deviate substantially from the nominal level, especially near boundary parameters or with high-dimensional nuisance parameters. |
| Variance estimation | Multiple consistent estimators available (expected, observed, sandwich), providing flexibility for model diagnostics. | Standard errors can be badly estimated in small samples; the sandwich estimator, while robust, can be unstable when n is small relative to the number of parameters. |
| Boundary parameters | Works well when the true parameter is in the interior of the parameter space. | Fails when the true parameter is on or near the boundary (e.g., testing σ² = 0), where the asymptotic distribution is not normal but a mixture involving point masses. |
Connection to Advanced Theory — Alternatives to Wald Intervals
The Wald interval derived from asymptotic normality is not the only way to exploit large-sample theory for interval estimation. Two important alternatives—the score (Rao) interval and the likelihood ratio interval—invert different test statistics that are also asymptotically χ² under the null. These alternatives often exhibit superior finite-sample performance, particularly for discrete data and parameters near boundaries.
| Property | Wald Interval | Score (Rao) Interval | Likelihood Ratio Interval |
|---|---|---|---|
| Pivotal statistic | (θ̂ − θ₀)² / Var̂(θ̂) | U(θ₀)² / I(θ₀), where U is the score function | 2[ℓ(θ̂) − ℓ(θ₀)] |
| Evaluation point | All quantities at θ̂ (the MLE) | Score and information at θ₀ (the null) | Log-likelihood at both θ̂ and θ₀ |
| Symmetry | Always symmetric about θ̂ | Can be asymmetric | Typically asymmetric; respects likelihood curvature |
| Requires MLE? | Yes | Not necessarily; can be computed from score alone | Yes |
| Finite-sample coverage | Often liberal (under-covers) | Generally better than Wald, especially for proportions | Often best among the three; transformation-invariant |
| Computational cost | Lowest: closed-form | Moderate: requires solving an equation in θ₀ | Highest: requires optimization for each boundary point |
As a concrete example, consider the Wald interval for a binomial proportion p with x successes in n trials. The Wald interval p̂ ± zα/2√(p̂(1−p̂)/n) famously has erratic coverage, especially when p is near 0 or 1. The score interval—equivalent to the Wilson interval—adds a correction that 'shrinks' the estimate toward 1/2 and produces markedly better coverage. This is a vivid reminder that even though all three methods share the same asymptotic justification, their finite-sample behavior can differ dramatically. In graduate-level work, the likelihood ratio interval is frequently preferred for its parametrization invariance: the CI for g(θ) obtained by inverting the LR test is exactly {g(θ) : θ ∈ CILR}, which is not true for Wald intervals in general.
Practice Problems
Summary — Confidence Intervals from Asymptotic Normality
Confidence intervals from asymptotic normality exploit the fact that many estimators—most notably maximum likelihood estimators—satisfy √n(θ̂ₙ − θ₀) →ᵈ N(0, 1/I(θ₀)) under regularity conditions. By replacing the unknown Fisher information with a consistent estimate (via observed information, expected information, or a sandwich estimator) and applying Slutsky's theorem, we form the approximate pivot Zₙ = (θ̂ₙ − θ₀)/ŝₑ(θ̂ₙ) ∼̇ N(0,1), which inverts to the Wald confidence interval θ̂ₙ ± z_{α/2} × ŝₑ(θ̂ₙ).
The delta method extends this construction to smooth functions g(θ), and variance-stabilizing transformations can improve finite-sample coverage probability by making the normal approximation more accurate. While Wald intervals are simple and ubiquitous, alternatives such as the score interval and the likelihood ratio interval often provide superior coverage in finite samples and should be preferred when computational cost permits—particularly for parameters near boundaries or for discrete data.