45.01.05 · mathematical-statistics / 01-decision-theory-estimation

Fisher Information and the Cramér-Rao Lower Bound

shipped3 tiersLean: none

Anchor (Master): Lehmann & Casella 1998 Theory of Point Estimation 2e (Springer) Ch. 2 §6-§7 (the information inequality, the Cramér-Rao bound, the regularity conditions, the multiparameter information matrix and the matrix bound, nuisance-parameter information loss, attainment in exponential families and the failure on non-regular families)

Intuition Beginner

You measured a coin's bias, or a factory's average bolt length, and reported a single best guess. The next honest question is: how good can that guess possibly be? No matter how clever your recipe, there is a floor on how tightly any unbiased guess can cluster around the truth, set by how much the data itself reveals. Fisher information is the number that measures that revelation, and the Cramér-Rao bound turns it into the floor.

Think of the likelihood meter from the estimation story — the dial you turn to the setting that makes your data least surprising. If that meter has a sharp, narrow peak, the data points firmly at one value and small changes in the setting are loudly noticed; if the peak is broad and flat, many settings look almost equally good and the data barely cares. Fisher information measures the sharpness of that peak. Sharp peak, high information, tight possible estimate; flat peak, low information, loose estimate.

The Cramér-Rao bound is the precise trade: the variance of any unbiased estimate can be no smaller than one divided by the total information in the data. Collect more data and the information adds up, so the floor drops. An estimator that actually sits on the floor is called efficient — it wrings every drop of precision the data allows. The bound is the speed limit of estimation, and efficiency is driving exactly at it.

Visual Beginner

Picture two likelihood meters for two different experiments, each plotted as a hump over the candidate values. The first hump is tall and narrow, a steep spike around the true value; the second is low and wide, a gentle mound. Both peak at the same place, so both give the same best guess — but the narrow one pins the guess down far more confidently, because the data fights back hard against any wrong setting.

likelihood peak Fisher information floor on the variance of any unbiased estimate
tall and narrow (sharp) high low — a tight estimate is possible
low and wide (flat) low high — even the best estimate is loose

The takeaway: the sharpness of the likelihood peak is the information, and the information sets a floor under how good any unbiased estimate can be. The floor is one divided by the information. More data sharpens the peak, raises the information, and lowers the floor.

Worked example Beginner

You watch a process that produces rare events — calls to a help desk in an hour, say — that follow a pattern with a single unknown average rate. You collect hours of counts and want to know the best precision any unbiased estimate of the rate can reach.

Step 1. The information in one observation. For this counting pattern the Fisher information in a single hour turns out to be one divided by the rate: if the true rate is calls per hour, one observation carries information .

Step 2. Information adds up. Twenty-five independent hours carry twenty-five times the information of one: total information is .

Step 3. The floor on the variance. The Cramér-Rao bound says the variance of any unbiased estimate of the rate is at least one divided by the total information: .

Step 4. Read it as a precision. A variance of means a typical error (the square root) of calls per hour. No unbiased recipe, however clever, can do better than a typical error of from this much data.

Step 5. The natural estimate hits the floor. The plain average of the 25 counts is unbiased, and its variance is the rate divided by , which is — exactly the floor. The average is efficient: it already extracts all the precision the data allows.

What this tells us: information from independent observations adds, the floor is one over the total, and the everyday sample average is, for this counting pattern, already as good as any unbiased estimate can be.

Check your understanding Beginner

Formal definition Intermediate+

Let be an observation with density (or mass function) from a family indexed by a scalar in an open set , with the regularity conditions: the support does not depend on ; is differentiable in ; and the operations of differentiation in and integration in may be interchanged. The likelihood, log-likelihood, and score for a sample are as in 45.01.04.

Definition (score). The score is the -derivative of the log-density,

For an i.i.d. sample the sample score is , the gradient of the log-likelihood .

Definition (Fisher information). The Fisher information in one observation is the variance of the score,

The second equality uses the score identity , derived below. Under twice-differentiability the same regularity gives the equivalent curvature form

minus the expected second derivative of the log-density. The information in the whole sample is ; by independence and the score identity, .

Definition (efficiency). Let estimate a scalar quantity with (unbiased for ). The Cramér-Rao lower bound asserts ; the special case reads . The efficiency of an unbiased for is the ratio , and is efficient when , i.e. it attains the bound.

Definition (reparametrisation of information). If is a smooth invertible reparametrisation, the information transforms as . Information is not invariant under reparametrisation; it is a quadratic-form (metric-like) object, which is the geometric content sharpened at Master tier.

Definition (multiparameter information matrix). For the score is the gradient vector , and the Fisher information matrix is

a symmetric positive-semidefinite matrix, equal to minus the expected Hessian of the log-density under regularity.

The symbols introduced here are: (score), and (scalar Fisher information, one observation and ), (information matrix), (an estimand), (efficiency). The estimator notation , the bias and variance, and the log-likelihood are carried from 45.01.04.

Counterexamples to common slips Intermediate+

  • "The two formulas for always agree." They agree only under the regularity that licenses differentiating under the integral. When the support of moves with — uniform on — the score identity fails, both formulas lose their meaning, and the curvature form does not equal .

  • "The Cramér-Rao bound holds for every estimator." It bounds the variance of estimators of a fixed differentiable estimand — most often unbiased ones, where . For a biased estimator the bound becomes with , and a biased estimator can have variance below without contradiction.

  • "An estimator with variance below is impossible." Only among regular families and unbiased estimators. The uniform- MLE has variance of order , far below any rate, because the family is non-regular and the bound does not apply.

  • "Fisher information is a property of the data alone." It is a property of the model and the parametrisation: changes under reparametrisation, so the numerical information depends on the coordinate chosen, even though the estimation problem is the same.

Key theorem with proof Intermediate+

The signature result is the Cramér-Rao inequality: the variance of any unbiased estimator is bounded below by the reciprocal of the Fisher information, scaled by the squared sensitivity of the estimand. The proof is a single application of the Cauchy-Schwarz inequality to the covariance of the estimator with the score, and the equality case identifies exactly which estimators attain the floor.

Theorem (Cramér-Rao information inequality). Let be i.i.d. from a regular family , open, and let satisfy with differentiable, where differentiation under the integral defining is permitted. Then for every with ,

Equality holds for all such if and only if almost surely for some scalar , i.e. is an affine function of the sample score.

Proof. First, the score has mean zero. Differentiating the normalisation under the integral sign,

Hence and . Next, differentiate the unbiasedness relation under the integral:

using . Because ,

The Cauchy-Schwarz inequality for the covariance, , then gives

Cauchy-Schwarz holds with equality if and only if and are almost surely proportional, , which is the stated attainment condition. Taking the constant recovers the floor exactly.

Bridge. The bound builds toward the asymptotic theory of estimation, because the reciprocal information is exactly the variance that the maximum likelihood estimator achieves in the large-sample limit, and it appears again in the standard error one attaches to any likelihood-based estimate. The foundational reason the proof is one line of Cauchy-Schwarz is that the score is the natural direction of steepest likelihood ascent, so any unbiased estimator must correlate with it at the fixed rate , and Cauchy-Schwarz converts a fixed correlation into a variance floor; this is exactly the same covariance-with-the-score computation that the affine equality case turns into a recipe for efficient estimators. The equality condition is dual to the exponential-family likelihood equation of 45.01.04: there the MLE equates the sufficient statistic to its mean, and here the efficient estimator is an affine function of that same sufficient statistic, so the central insight is that exponential families are precisely where the floor is reachable. Putting these together, the bound sets the bar that asymptotic efficiency 45.04.03 attains, and the multiparameter and nuisance-parameter refinements that generalise the scalar inequality are taken up next.

Exercises Intermediate+

Advanced results Master

The scalar inequality of the Key theorem extends to vector parameters as a matrix inequality in the Loewner order, with the nuisance-parameter case read off from a block inversion; the equality case ties efficiency to exponential families; and the regularity hypotheses that make the bound a theorem are exactly the ones that fail on support-dependent families. The asymptotic counterpart — that the maximum likelihood estimator attains in the limit — is developed in 45.04.03.

Theorem 1 (information equality). Under the regularity conditions, the variance form and the curvature form of the information matrix coincide: . The identity follows by differentiating the score identity once more: , so . The curvature form makes the information the expected sharpness of the log-likelihood peak, and the deterministic Hessian of an exponential family (where , 45.01.04) is why observed and expected information coincide there [Casella, G. & Berger, R. L. — Statistical Inference (2nd ed.)].

Theorem 2 (multiparameter Cramér-Rao matrix bound). Let be an estimator of with and Jacobian . Under regularity with ,

in the Loewner (positive-semidefinite) order. For this is ; in particular each diagonal entry obeys . The bound on a single coordinate is the inverse of the full matrix, not the reciprocal of the diagonal entry , and these differ whenever the parameters are informationally coupled [Lehmann, E. L. & Casella, G. — Theory of Point Estimation (2nd ed.)].

Theorem 3 (nuisance-parameter information loss). Partition into a parameter of interest and a nuisance , with information block matrix I = \begin{psmallmatrix} I_{\psi\psi} & I_{\psi\lambda} \\ I_{\lambda\psi} & I_{\lambda\lambda} \end{psmallmatrix}. The variance bound for an unbiased estimator of is the inverse of the effective information , the Schur complement of the nuisance block. Since , the effective information never exceeds , so estimating an unknown nuisance can only inflate the floor on relative to the known-nuisance case; the inflation vanishes precisely when , i.e. when the parameters are orthogonal [Lehmann, E. L. & Casella, G. — Theory of Point Estimation (2nd ed.)].

Theorem 4 (attainment is exponential). The Cramér-Rao bound for a scalar estimand is attained by an unbiased estimator for all in an open set if and only if the model is a one-parameter exponential family on the natural sufficient statistic and is an affine function of . The forward direction is the equality case of the Key theorem: for all forces , whose -dependence enters only through ; integrating in exhibits the exponential form . The reverse direction is the computation of Exercise 8. Exact finite-sample efficiency is therefore a rigid property, available only in the exponential class; outside it, efficiency is at best asymptotic [Lehmann, E. L. & Casella, G. — Theory of Point Estimation (2nd ed.)].

Theorem 5 (additivity and reparametrisation). For independent (not necessarily identical) observations the information matrices add: , specialising to in the i.i.d. case. Under a smooth invertible reparametrisation with Jacobian , the information transforms as . The quadratic transformation law identifies as a Riemannian metric on the parameter manifold — the Fisher-Rao metric — under which the bound is coordinate-free even though the matrix entries are not [Lehmann, E. L. & Casella, G. — Theory of Point Estimation (2nd ed.)].

Synthesis. The whole subject is one inequality and the structure of its equality case. The foundational reason the Cramér-Rao bound holds is that any unbiased estimator must covary with the score at the fixed rate , and Cauchy-Schwarz turns that fixed covariance into the variance floor ; this is exactly the calculation that, read as an equality, says efficiency means being affine in the score. The central insight is that the score is the canonical direction in the model, so its variance — the Fisher information — is simultaneously the curvature of the log-likelihood, the metric on parameter space, and the inverse of the best achievable variance, three faces of one quadratic form. The multiparameter bound generalises the scalar reciprocal, and the nuisance-parameter Schur complement is dual to it: marginalising over what you do not care about replaces the information by its effective part, never increasing it. Putting these together, attainment is rigid — exact efficiency is the exponential family of 45.01.02 and 45.01.04 and nothing else — which is the bridge to the asymptotic theory, where the rigidity relaxes: the maximum likelihood estimator is efficient only in the limit, attaining as in 45.04.03, and the same information that sets the finite-sample floor here sets the asymptotic variance there.

Full proof set Master

The Cramér-Rao inequality (scalar) and the attainment characterisation are proved in the Key theorem; the exponential-family attainment is Exercise 8; the uniform breakdown is Exercise 7. The remaining Master claims are recorded here.

Proposition 1 (information equality, multiparameter). Under the regularity conditions, .

Proof. The score identity holds coordinatewise by differentiating under the integral. Differentiate this vector identity in once more, interchanging derivative and integral:

In the second integral write , so it equals . Hence , i.e. , the last equality using .

Proposition 2 (multiparameter matrix bound). Under the hypotheses of Theorem 2, .

Proof. As in the scalar proof, differentiating under the integral gives the cross-covariance , a matrix, using . Consider the stacked vector ; its covariance matrix is positive semidefinite:

Since , the Schur-complement criterion for is exactly , the asserted bound. Equality in the Loewner order holds iff almost surely, the matrix analogue of affine-in-the-score.

Proposition 3 (nuisance-parameter Schur complement). With and blocked accordingly, the bound on an unbiased estimator of is , and .

Proof. By Theorem 2 with (so ), the bound is the top-left block of . Block inversion of a symmetric positive-definite I = \begin{psmallmatrix} I_{\psi\psi} & I_{\psi\lambda} \\ I_{\lambda\psi} & I_{\lambda\lambda} \end{psmallmatrix} gives the top-left block of the inverse as the inverse of the Schur complement . Because , the correction is positive semidefinite, so , whence : the floor with an unknown nuisance dominates the floor with a known one. The two agree iff .

Proposition 4 (attainment forces the exponential form). If an unbiased estimator of attains the scalar bound for all in an open interval, the model is a one-parameter exponential family and is affine in its natural statistic.

Proof. Equality in Cauchy-Schwarz for all means almost surely, with . Solving for the score, . Integrate in from a fixed :

Set , , , and . Then , a one-parameter exponential family with natural statistic . Hence is the natural sufficient statistic (in particular affine in it). The converse — that such a family attains the bound for — is Exercise 8.

Proposition 5 (additivity over independent observations). If are independent with information matrices , the sample information is ; in the i.i.d. case it is .

Proof. The sample score is , each summand with mean zero by the score identity. Independence makes the summands uncorrelated, so . The identical-distribution case collapses the sum to . The same additivity is visible in the curvature form, since the log-likelihood is the sum of the per-observation log-densities and the Hessian is additive.

Connections Master

  • The maximum likelihood machinery of 45.01.04 supplies every input to the bound: the score is the gradient of the log-likelihood whose root is the MLE, the Fisher information is minus the expected Hessian whose data version is the curvature a Newton or Fisher-scoring step uses, and the exponential-family moment-matching identity proved there is exactly the equality case here — the efficient estimator is the natural sufficient statistic, affine in the score. This unit reads the same score and information through the lens of a variance floor rather than an optimisation.

  • Sufficiency and exponential families 45.01.02 are where the bound is attainable: the attainment theorem says exact finite-sample efficiency happens only for one-parameter exponential families on their natural statistic, so the factorisation and completeness theory of that unit identifies precisely the estimators that sit on the Cramér-Rao floor. The information matrix is the same Hessian of the log-partition function studied there, now interpreted as a metric and a variance bound.

  • The asymptotic theory of estimation 45.04.03 is where the bound becomes generically reachable: the maximum likelihood estimator is asymptotically normal with variance , attaining the Cramér-Rao floor in the large-sample limit even when no finite-sample efficient estimator exists, and the regularity conditions and the information assembled here are the exact hypotheses and inputs of that limit theorem. The bound set here is the bar that asymptotic efficiency attains there.

  • The estimation-and-inference vocabulary of 26.05.01 is the downstream consumer: the inverse Fisher information is the asymptotic variance from which standard errors and Wald confidence intervals are built, the score is the basis of the score (Rao) test, and the curvature of the log-likelihood at the MLE is the observed information that estimates in practice. The bound is what makes "this is the most precise unbiased estimate possible" a statement with a number attached.

Historical & philosophical context Master

The information inequality is named for Harald Cramér and C. Radhakrishna Rao, who stated and proved it independently in the mid-1940s — Rao in a 1945 paper in the Bulletin of the Calcutta Mathematical Society and Cramér in his 1946 treatise Mathematical Methods of Statistics [Rao 1945; Cramér 1946]. Closely related forms were given a little earlier by Maurice Fréchet and by Georges Darmois, so the result is sometimes called the Fréchet-Darmois-Cramér-Rao inequality; the multiparameter matrix version and the systematic regularity theory are due to the later text-treatments, notably Lehmann's.

The Fisher information itself is older, introduced by Ronald A. Fisher in his 1922 foundations paper and developed through the 1920s as the measure of the "intrinsic accuracy" a sample carries about a parameter [Fisher 1922]. Fisher's view that the curvature of the log-likelihood quantifies information, and that the maximum likelihood estimator extracts asymptotically all of it, supplied the conceptual frame the Cramér-Rao bound later made into a finite-sample theorem. Rao's 1945 paper also introduced what is now the Fisher-Rao Riemannian metric on the parameter manifold, recognising the information matrix as a metric tensor and thereby founding information geometry, a programme carried forward by Nikolai Chentsov and Shun'ichi Amari. The non-regular families on which the bound fails — the uniform endpoint chief among them — were the standard demarcation, marking where the differentiate-under-the-integral calculus that the whole theory rests on ceases to apply.

Bibliography Master

@book{casellaberger2002,
  author    = {Casella, George and Berger, Roger L.},
  title     = {Statistical Inference},
  edition   = {2},
  publisher = {Duxbury / Thomson Learning},
  year      = {2002}
}

@book{lehmanncasella1998,
  author    = {Lehmann, Erich L. and Casella, George},
  title     = {Theory of Point Estimation},
  edition   = {2},
  series    = {Springer Texts in Statistics},
  publisher = {Springer},
  year      = {1998}
}

@book{wasserman2004,
  author    = {Wasserman, Larry},
  title     = {All of Statistics: A Concise Course in Statistical Inference},
  series    = {Springer Texts in Statistics},
  publisher = {Springer},
  year      = {2004}
}

@article{rao1945,
  author  = {Rao, C. Radhakrishna},
  title   = {Information and the accuracy attainable in the estimation of statistical parameters},
  journal = {Bulletin of the Calcutta Mathematical Society},
  volume  = {37},
  year    = {1945},
  pages   = {81--91}
}

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

@article{fisher1922,
  author  = {Fisher, Ronald A.},
  title   = {On the mathematical foundations of theoretical statistics},
  journal = {Philosophical Transactions of the Royal Society of London, Series A},
  volume  = {222},
  year    = {1922},
  pages   = {309--368}
}

@book{amari2016,
  author    = {Amari, Shun'ichi},
  title     = {Information Geometry and Its Applications},
  series    = {Applied Mathematical Sciences},
  volume    = {194},
  publisher = {Springer},
  year      = {2016}
}