Skip to main content

Cramér-Rao Lower Bound

The Cramér-Rao Lower Bound is the lowest possible variance for any unbiased estimator of a parameter. In Intro to Probability, it gives a benchmark for how precise an estimator can be.

Last updated July 2026

What is the Cramér-Rao Lower Bound?

The Cramér-Rao Lower Bound, or CRLB, is a limit on how precise an unbiased estimator can be in Intro to Probability. If you are estimating a parameter like a mean, rate, or probability from sample data, the CRLB tells you the variance of your estimator cannot go below a certain value.

The bound is usually written as Var(\hat{\theta}) >= 1 / I(\theta), where I(\theta) is the Fisher information. That formula says the amount of information in the data about the parameter controls how tightly you can estimate it. More information means a smaller lower bound, so your estimates can, in principle, be more stable.

This is not a formula for finding the estimator itself. It is a benchmark for judging estimators you already have. If two estimators are both unbiased, the one with the smaller variance is closer to the best possible performance, and if one actually reaches the bound, it is called efficient.

The big catch is that CRLB only applies to unbiased estimators. If an estimator is biased, you cannot compare it directly with the unbiased lower bound in the same way. That is one reason Intro to Probability separates the ideas of bias, variance, and mean squared error instead of treating them as the same thing.

A compact way to think about it is this: the CRLB answers the question, “How well could any unbiased method possibly do if the sample model is correct?” In a problem set, that often means computing Fisher information from a likelihood, then checking whether a proposed estimator is close to the lower bound or leaves room for improvement.

Why the Cramér-Rao Lower Bound matters in Intro to Probability

CRLB sits right at the point where probability turns into inference. In Intro to Probability, you do not just calculate probabilities for random events, you also ask how well a sample can recover an unknown parameter. The lower bound gives you a clean way to talk about the limits of estimation, not just the estimate itself.

It also connects several core ideas from the course. You may start with a likelihood function, take derivatives to find Fisher information, and then use that result to judge an estimator’s variance. That makes CRLB a nice checkpoint for topics like unbiased estimators, maximum likelihood estimation, and sample size reasoning.

The bound is especially useful when two estimators both look reasonable. Instead of guessing which one is better, you can compare their variances against the CRLB. If an estimator is close to the bound, it is doing about as well as theory allows under the model assumptions.

You will also see why bias matters. Sometimes a slightly biased estimator can have lower mean squared error than an unbiased one, so CRLB is not the whole story. Still, it gives you the standard reference point for the best possible unbiased precision.

Keep studying Intro to Probability Unit 15

How the Cramér-Rao Lower Bound connects across the course

Fisher Information

The CRLB is built from Fisher information, so you usually cannot use the bound until you know how much information the sample carries about the parameter. A larger Fisher information value means a smaller lower bound on variance. In practice, you often compute Fisher information from the likelihood and then plug it into the bound.

Unbiased Estimator

CRLB applies to unbiased estimators, so the first check is whether the estimator centers on the true parameter in repeated sampling. If it is biased, the usual lower-bound statement does not apply directly. That makes unbiasedness the gatekeeper for using the bound as a precision benchmark.

Maximum Likelihood Estimation (MLE)

MLE often shows up near CRLB because many MLEs have good large-sample behavior and can be efficient under the right conditions. In a problem, you might find the MLE, then compare its variance or asymptotic variance to the bound. The comparison tells you whether the estimator is theoretically optimal or just close.

Mean Squared Error

Mean squared error combines variance and bias, while CRLB focuses only on the variance of unbiased estimators. That difference matters because an estimator can miss the CRLB and still have a smaller MSE if it has a little bias. This is where students often mix up “best variance” with “best overall estimator.”

Is the Cramér-Rao Lower Bound on the Intro to Probability exam?

A quiz or problem set usually asks you to compute Fisher information, write the CRLB, and compare it to a proposed estimator’s variance. You may also be asked to decide whether an estimator is unbiased before using the bound, since that step changes whether CRLB applies at all. If the estimator is efficient, you should recognize that its variance reaches the lower bound.

A common task is to start from a likelihood function, take derivatives with respect to the parameter, and simplify the information formula. Then you interpret the result as the best possible spread for any unbiased method based on that sample model. If a homework question asks whether an estimator is “optimal,” CRLB is often the reference point you use to justify your answer.

Key things to remember about the Cramér-Rao Lower Bound

  • The Cramér-Rao Lower Bound gives the smallest possible variance for any unbiased estimator of a parameter.

  • You usually find it through Fisher information, so the data model and likelihood matter a lot.

  • CRLB does not evaluate biased estimators directly, which is why bias and variance get treated separately in inference.

  • If an estimator reaches the bound, it is efficient and has the best possible precision among unbiased estimators.

  • The bound is a benchmark, not an estimator, so you use it to judge methods rather than replace them.

Frequently asked questions about the Cramér-Rao Lower Bound

What is Cramér-Rao Lower Bound in Intro to Probability?

It is the minimum variance any unbiased estimator can have for a parameter. In Intro to Probability, you use it to see how precisely a sample-based method could estimate something like a mean or rate under a given model. The bound depends on Fisher information.

How do you find the Cramér-Rao Lower Bound?

First you identify the parameter and write the likelihood for the sample model. Then you compute Fisher information, often using derivatives of the log-likelihood, and take its inverse. That value is the lower bound on the variance of an unbiased estimator.

Does CRLB apply to biased estimators?

Not in the standard form. The usual Cramér-Rao Lower Bound is stated for unbiased estimators only, so a biased estimator does not automatically get compared to that variance floor. If bias is present, you usually think in terms of mean squared error instead.

What does it mean if an estimator reaches the CRLB?

It means the estimator is efficient, so it has the lowest possible variance among unbiased estimators for that parameter and model. That is a strong result because it says you cannot do better without changing the assumptions or allowing bias.