Historical Context & Motivation
Throughout the early twentieth century, statisticians grappled with a deceptively simple question: given a probabilistic model for observed data, how precisely can we hope to estimate an unknown parameter? The intuition that sharper likelihood functions should yield more precise estimators was widely felt, but formalizing this intuition required entirely new mathematical machinery. Ronald Aylmer Fisher, working at the Rothamsted Experimental Station in England, introduced the concept of Fisher information as a way to quantify the amount of information that an observable random variable carries about an unknown parameter upon which its probability distribution depends. This quantity provided a rigorous foundation for comparing the efficiency of competing estimators and established the theoretical backbone for the modern theory of point estimation.
The subsequent work by Harald Cramér and C. R. Rao independently established a universal lower bound on the variance of any unbiased estimator — the celebrated Cramér–Rao lower bound. This result transformed statistical inference by providing an absolute benchmark: no matter how clever an estimation procedure might be, if it is unbiased, its variance cannot fall below the reciprocal of the Fisher information. The interplay between Fisher information and the Cramér–Rao bound continues to pervade modern statistics, machine learning, information geometry, and quantum estimation theory.
The central question that motivated these developments remains profoundly relevant: Given a statistical model, what is the best precision we can ever achieve when estimating its parameters, and which estimators attain that precision? This lesson develops the answers from first principles.
Core Principles & Definitions
Before diving into the mathematics, it is essential to understand the conceptual pillars upon which Fisher information and the Cramér–Rao bound rest. These ideas connect the geometry of probability distributions, the behavior of the likelihood function, and the fundamental limits of statistical estimation. The following core principles provide the conceptual roadmap for everything that follows.
The Score Function
Fisher Information as Curvature
Unbiased Estimation
Cramér–Rao Lower Bound (CRLB)
Efficiency
Visual Explanation — Log-Likelihood Curvature and Fisher Information
The following diagram illustrates the fundamental geometric intuition behind Fisher information. Two log-likelihood functions are shown: one with high curvature (high Fisher information) and one with low curvature (low Fisher information). The sharper the log-likelihood peak around the true parameter value θ₀, the more precisely we can estimate θ, and the tighter the Cramér–Rao lower bound becomes.
In the diagram above, both log-likelihood curves are maximized at the true parameter value θ₀, but they differ in their curvature. The high-information curve (solid cyan) drops off steeply on either side, indicating that the data strongly discriminate between nearby parameter values. The low-information curve (dashed pink) descends gently, meaning many parameter values near θ₀ are almost equally compatible with the data. Fisher information, I(θ), quantifies this distinction by measuring the expected value of the squared score or, equivalently, the expected negative second derivative of ℓ(θ). Higher curvature translates directly into a tighter lower bound on estimator variance via the Cramér–Rao inequality.
Mathematical Framework
We now develop the formal mathematical definitions and the derivation of the Cramér–Rao bound. Let X = (X₁, …, Xₙ) be a random sample from a distribution with probability density (or mass) function f(x; θ), where θ ∈ Θ ⊆ ℝ is the unknown parameter. We assume the standard regularity conditions hold: the support of f does not depend on θ, the density is twice differentiable with respect to θ, and interchange of differentiation and integration is valid.
The Score Function
Fisher Information — Single Observation
Fisher Information for n i.i.d. Observations
Derivation of the Cramér–Rao Lower Bound
Let T(X) be an unbiased estimator of θ, so Eθ[T(X)] = θ for all θ. Differentiating both sides with respect to θ under the integral sign yields: ∫ T(x) · [∂/∂θ f(x; θ)] dx = 1. Rewriting ∂f/∂θ = f · s, we obtain Eθ[T(X) · s(X; θ)] = 1. Since E[s] = 0, this is equivalent to Cov(T, s) = 1. Applying the Cauchy–Schwarz inequality to this covariance: [Cov(T, s)]² ≤ Var(T) · Var(s), which gives 1 ≤ Var(T) · I(θ). Rearranging produces the celebrated result.
Fisher Information for Common Distributions
To build intuition and provide practical reference, we now compute the Fisher information for several important parametric families. These results are foundational — they appear repeatedly in hypothesis testing, confidence interval construction, and efficiency comparisons. The table below summarizes the key results, followed by a detailed visual diagram showing how Fisher information varies as a function of the parameter for the Normal and Bernoulli families.
| Distribution | Parameter θ | I(θ) per observation | CRLB: 1/[nI(θ)] |
|---|---|---|---|
| Bernoulli(p) | p ∈ (0, 1) | 1 / [p(1 − p)] | p(1 − p) / n |
| Poisson(λ) | λ > 0 | 1 / λ | λ / n |
| Normal(μ, σ²) (σ² known) | μ ∈ ℝ | 1 / σ² | σ² / n |
| Normal(μ, σ²) (μ known) | σ² > 0 | 1 / (2σ⁴) | 2σ⁴ / n |
| Exponential(λ) | λ > 0 (rate) | 1 / λ² | λ² / n |
| Uniform(0, θ) | θ > 0 | Not regular (support depends on θ) | CRLB does not apply |
Several patterns emerge from these results. First, note that the Uniform(0, θ) distribution fails the regularity conditions because its support {x : 0 ≤ x ≤ θ} depends on θ, so the standard CRLB does not apply — and indeed, the maximum order statistic X(n) achieves a variance of order O(1/n²), which is faster than any regular parametric rate. Second, for the Bernoulli case, the Fisher information is smallest when p = 0.5, reflecting the intuition that a fair coin is the hardest case for estimating the bias. Third, the sample mean X̄ achieves the CRLB for Normal(μ, σ²) with known σ², and the sample proportion p̂ = X̄ achieves it for the Bernoulli — both are efficient estimators.
Worked Example — Exponential Distribution
Suppose X₁, X₂, …, Xₙ are i.i.d. Exponential(λ) random variables with density f(x; λ) = λe−λx for x > 0. We wish to compute the Fisher information for λ, derive the CRLB, identify the maximum likelihood estimator (MLE), and check whether it achieves the bound.
Strengths, Limitations, and Practical Considerations
The Cramér–Rao bound is one of the most elegant results in mathematical statistics, but its practical utility comes with important caveats. Understanding both its power and its limitations is essential for applying it correctly in research and applications.
| Strengths | Limitations |
|---|---|
| Provides a universal benchmark: any unbiased estimator's variance can be compared to 1/I(θ). | Requires regularity conditions (differentiable log-likelihood, support independent of θ). Fails for Uniform(0, θ), order statistics. |
| Computationally straightforward — often only requires differentiating the log-density twice. | The bound may not be tight: for many models no unbiased estimator achieves it exactly. It is attainable iff the model belongs to the exponential family. |
| Extends naturally to multi-parameter settings via the Fisher information matrix, yielding matrix inequalities on covariance matrices. | Applies only to unbiased estimators in its basic form. Biased estimators (e.g., James–Stein) can have lower MSE than the CRLB on variance. |
| Foundational for asymptotic theory: MLE variance converges to 1/[nI(θ)], connecting finite-sample bounds to large-sample behavior. | In high-dimensional or nonparametric settings, parametric information bounds may be overly optimistic and minimax bounds are more appropriate. |
Connections to Advanced Theory
Fisher information and the Cramér–Rao bound serve as launching points for several advanced areas of statistical theory. Understanding these connections clarifies why this material is so foundational and reveals the richer structure that emerges in more sophisticated settings.
| Concept | Relationship to Fisher Information / CRLB |
|---|---|
| Asymptotic Normality of MLE | Under regularity conditions, √n(θ̂ − θ) →ᵈ N(0, 1/I(θ)). The MLE is asymptotically efficient, attaining the CRLB in the limit. Fisher information governs the asymptotic variance. |
| Rao–Blackwell & Lehmann–Scheffé | The Rao–Blackwell theorem improves estimators by conditioning on sufficient statistics. Combined with completeness (Lehmann–Scheffé), it yields the UMVUE, which achieves the CRLB when it is attainable (exponential families). |
| Fisher Information Matrix | For multi-parameter models θ = (θ₁, …, θₖ), the information matrix [I(θ)]ᵢⱼ = E[−∂²ℓ/∂θᵢ∂θⱼ] generalizes I(θ). The CRLB becomes a matrix inequality: Cov(T) ≥ I(θ)⁻¹ in the Loewner order. |
| Information Geometry | The Fisher information matrix defines a Riemannian metric on the space of probability distributions, making statistical models into curved manifolds. Geodesic distances correspond to statistical distinguishability, and natural gradient descent exploits this geometry in machine learning. |
| Quantum Fisher Information | In quantum estimation theory, the quantum Cramér–Rao bound extends the classical result to quantum states. The quantum Fisher information provides the ultimate precision limit for parameter estimation in quantum mechanics, central to quantum metrology. |
Perhaps the most important forward-looking connection is to the asymptotic efficiency of maximum likelihood estimation. The MLE theorem guarantees that under regularity conditions, the MLE θ̂ satisfies √n(θ̂ − θ₀) →ᵈ N(0, [I(θ₀)]⁻¹), meaning its asymptotic variance matches the CRLB exactly. This deep result — connecting a computable estimation procedure to a fundamental information-theoretic limit — is one of the crown jewels of classical statistics. Furthermore, the observed Fisher information (evaluated at θ̂ rather than the true θ₀) provides the basis for standard errors and Wald-type confidence intervals used throughout applied statistics.
Practice Problems
Summary — Fisher Information & Cramér–Rao Bound
The Fisher information I(θ) quantifies the amount of information that an observable random variable carries about an unknown parameter θ. Defined as the variance of the score function s(X; θ) = ∂ ln f/∂θ, or equivalently as the expected negative curvature of the log-likelihood, it provides a scalar measure of how sharply the log-likelihood peaks around the true parameter value. For n i.i.d. observations, the total Fisher information is Iₙ(θ) = nI(θ), reflecting the additive nature of independent information.
The Cramér–Rao lower bound establishes that for any unbiased estimator T, the variance satisfies Var(T) ≥ 1/[nI(θ)]. This bound, derived via the Cauchy–Schwarz inequality, provides an absolute efficiency benchmark. Estimators that achieve this bound with equality are called efficient, and such efficiency is attainable precisely in exponential family models. The MLE is guaranteed to be asymptotically efficient under regularity conditions, making the CRLB the cornerstone for constructing confidence intervals, comparing estimators, and understanding the fundamental limits of statistical inference.