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

Point Estimation: The Method of Moments and Maximum Likelihood

shipped3 tiersLean: none

Anchor (Master): Lehmann & Casella 1998 Theory of Point Estimation 2e (Springer) Ch. 1 §1.5-1.8 (the estimation problem, the information inequality setup) and Ch. 6 §6.1-6.4 (likelihood, the MLE, equivariance, exponential-family likelihood equations and the moment-matching identity); Casella & Berger 2002 Statistical Inference 2e (Duxbury) §7.2-7.3 (MLE in exponential families, invariance, the boundary MLE for the uniform)

Intuition Beginner

You have a coin that lands heads with some unknown chance, and a stack of data: a hundred flips, sixty heads. What number should you report as your best guess for that chance? Point estimation is the task of turning a pile of data into a single best number for an unknown quantity. The two oldest recipes for doing this are the method of moments and maximum likelihood, and both are surprisingly simple ideas dressed in formal clothing.

The method of moments says: match the data to the model on summary numbers you can both compute. The average of your sixty-out-of-a-hundred flips is ; the model says the long-run average should equal the unknown chance; so set them equal and read off the guess . You match the sample average to the model average, the sample spread to the model spread, and so on, using as many of these summaries as you have unknowns to pin down.

Maximum likelihood asks a different question: of all the possible values for the unknown, which one makes the data you actually saw the least surprising? For each candidate chance, you can compute how probable your exact sequence of sixty heads was. The candidate that scores highest — the one under which your data looks most expected — is your estimate. For the coin this again gives , but the recipe is general and tends to be the sharper of the two.

Visual Beginner

Picture a dial you can turn from to , setting a candidate value for the coin's chance of heads. For each setting, a meter reads off how probable your observed data (sixty heads in a hundred flips) would be at that setting. As you sweep the dial up from zero the meter climbs, peaks, and falls again. Maximum likelihood is the instruction: stop the dial where the meter peaks.

recipe what you match or maximise coin estimate
method of moments sample average set equal to model average
maximum likelihood the setting making the data most probable

The takeaway: both recipes convert data into a single number. The method of moments matches summaries; maximum likelihood turns the dial to where the data is least surprising. They often agree, and where they differ, the likelihood peak is usually the better aim.

Worked example Beginner

A factory line produces bolts whose lengths vary. You measure five bolts, in millimetres: . You believe the lengths follow a bell-shaped pattern with an unknown centre and an unknown spread, and you want best guesses for both.

Step 1. The sample average. Add the five numbers: , and divide by to get . Both recipes agree the best guess for the centre is this average, millimetres.

Step 2. The sample spread. Take each measurement's distance from the average, square it, and average those: the distances are , their squares are , summing to , and dividing by gives . So the best guess for the spread (the variance) is square millimetres.

Step 3. Read the guesses. The maximum likelihood guess for the centre is and for the variance is ; the method of moments returns the same two numbers here, because matching the sample average and sample spread to the model's average and spread is exactly what maximum likelihood does for the bell-shaped pattern.

Step 4. A note of caution on the spread. Dividing the squared distances by gives a guess that runs a little small on average, because the measurements were compared to their own average rather than the true centre. A common fix divides by instead of , giving . The maximum likelihood recipe uses the ; the corrected version trades a touch of this small-on-average tendency for a different balance.

What this tells us: feed in five numbers, get out two best guesses. The centre comes straight from the average; the spread comes from the averaged squared distances. The recipe is mechanical, and the only subtlety is that the natural spread estimate is slightly biased small at finite sample size.

Check your understanding Beginner

Formal definition Intermediate+

Let be independent and identically distributed observations from a family of densities (or mass functions) with respect to a fixed dominating measure, where is the parameter space 26.03.01. A point estimator of is a measurable map from the sample into ; an estimate is its realised value on observed data. Write for a realisation.

Definition (method of moments). For let be the -th population moment and the -th sample moment. The method-of-moments estimator solves the system

when a solution exists in . The recipe matches the first theoretical moments to their empirical counterparts; central moments or other identifiable functionals may be substituted when more convenient.

Definition (likelihood and log-likelihood). The likelihood function is the joint density of the sample read as a function of the parameter with the data held fixed,

and the log-likelihood is . When is differentiable in , the score is the gradient , with components , and the likelihood equations (or score equations) are .

Definition (maximum likelihood estimator). A maximum likelihood estimator (MLE) is any

Because is strictly increasing, maximising and maximising give the same maximiser; the log form turns the product into a sum and is the working object. When is open and is differentiable, an interior MLE satisfies the score equations, but the MLE is defined as the global maximiser, not as a stationary point — a distinction that matters when the maximum sits on the boundary of or where the support of depends on .

Definition (invariance / equivariance). If is the MLE of and is any function, the induced likelihood of is , and the MLE of is . This invariance property lets one estimate any reparametrisation by transforming the original MLE directly.

The new symbols are introduced here: (likelihood), (log-likelihood), (score), (population moment), (sample moment), (MLE), (method-of-moments estimator). The mean squared error of an estimator of a scalar is , and the bias is .

Counterexamples to common slips Intermediate+

  • "The MLE is whatever solves the score equations." Only when the maximum is interior and the family is regular. For uniform on the likelihood is , which has no stationary point: it is strictly decreasing wherever it is positive, so the MLE is the left endpoint , found by inspecting the support constraint, not by differentiating.

  • "The MLE is unbiased." The normal-variance MLE has : it is biased low. Maximum likelihood optimises the likelihood, not unbiasedness; the two criteria genuinely differ at finite .

  • "The method of moments and the MLE always agree." They coincide for the Bernoulli and (in mean and variance) the normal, but diverge in general. For the uniform on the method of moments gives while the MLE gives ; the two can even order differently on a given sample.

  • "A method-of-moments estimate always lands in the parameter space." Matching moments solves an equation that need not have a solution inside . A moment estimate of a variance can come out negative, or a probability can exceed one; the recipe offers no guarantee of feasibility, whereas the MLE is by construction an element of .

Key theorem with proof Intermediate+

The signature result is that for a full-rank exponential family the maximum likelihood estimator is exactly the parameter value whose model moments match the observed sufficient statistic. This single identity unifies the two recipes, supplies the score equations in closed form, and — through the strict concavity of the log-likelihood in the natural parameter — settles existence and uniqueness.

Theorem (exponential-family likelihood equation: moment matching). Let be i.i.d. from a full-rank exponential family with density

in natural parameter , with the natural sufficient statistic, the log-partition function, and the open natural parameter space. Then the log-likelihood is strictly concave in , and the maximum likelihood estimator , when it exists in , is the unique solution of the likelihood equation

Proof. Write . The log-likelihood is

Standard properties of the log-partition function, obtained by differentiating under the integral sign (valid on the open set , where the integral is finite and differentiation under the integral is justified by dominated convergence), give the cumulant identities

For the first, . For the second, differentiating once more produces . The Hessian of is therefore

which is negative definite because full rank means are affinely independent, so the covariance matrix of is positive definite (no nonzero linear combination is almost-surely constant). Hence is strictly concave on the convex set . A strictly concave differentiable function on an open convex set has at most one stationary point, and any such point is its unique global maximiser. Setting the gradient to zero,

which is the stated likelihood equation, and its solution , when it lies in , is the unique MLE.

Bridge. This moment-matching identity is the foundational reason the method of moments and maximum likelihood coincide for exponential families: the MLE equates the model expectation of the sufficient statistic to its sample average, which is precisely a moment equation, so the likelihood recipe is a moment recipe on the canonical statistic . It builds toward the computational theory, because the same gradient and Hessian are exactly what a Newton or Fisher-scoring iteration needs, and it appears again in the sufficiency and information geometry of the co-produced sufficiency unit, where carries all the data's information about . This is exactly the convexity that the optimization theory exploits: the central insight is that strict concavity of in the natural parameter turns "find the MLE" into a convex program with a unique solution, so existence-and-uniqueness questions reduce to whether lies in the interior of the range of . Putting these together, the boundary cases (uniform endpoint) are exactly the non-exponential, support-dependent families where this convex picture and its score equations break down, which is why they must be handled by direct maximisation rather than differentiation, and the bias and finite-sample behaviour studied next are read off from the same and .

Exercises Intermediate+

Advanced results Master

The results below organise finite-sample point estimation around the exponential-family moment identity of the Key theorem, the equivariance structure that makes the MLE coordinate-free, the bias-variance accounting that compares the two recipes at fixed , and the computational machinery that takes over when no closed form exists. Asymptotic normality and efficiency belong to the large-sample theory and are taken up in 45.04.03.

Theorem 1 (full equivariance of the MLE). The MLE is equivariant in two senses. Reparametrisation: for any , the MLE of is , via the induced likelihood . Data transformation: if for a smooth invertible , the MLE of computed from equals that computed from , because the Jacobian factor in the transformed density does not depend on and so cancels in the argmax. Equivariance is the structural reason the MLE behaves coherently under changes of units and of parametrisation, a property the method of moments lacks: matching moments in and in generally yields incompatible estimates [Lehmann, E. L. & Casella, G. — Theory of Point Estimation (2nd ed.)].

Theorem 2 (mean squared error decomposition and recipe comparison). For an estimator of a scalar , . This decomposition is the finite-sample yardstick: an estimator with small bias but large variance can be worse than a biased one with small variance. For the uniform- family the MLE has , while the moment estimator has ; the MLE is the sharper estimator by an order in , and its bias-corrected rescaling improves the constant further. The normal-variance MLE trades a small negative bias for a variance slightly below that of the unbiased , and in MSE the MLE-style divisor beats both and for the normal variance [Casella, G. & Berger, R. L. — Statistical Inference (2nd ed.)].

Theorem 3 (existence and uniqueness via concavity). For a full-rank exponential family in the natural parameter, the log-likelihood is strictly concave on the open natural space , with . The MLE exists and is unique precisely when the observed mean statistic lies in the interior of the convex hull of the support of the distribution of — equivalently in the range of the moment map . When falls on the boundary (for instance all-successes data in a binomial, giving on the parameter boundary), the supremum of is not attained in the open set and the MLE escapes to the boundary of . The concave-program picture is exactly what makes the computational methods below globally convergent [Lehmann, E. L. & Casella, G. — Theory of Point Estimation (2nd ed.)].

Theorem 4 (computation: Newton and Fisher scoring). When the likelihood equation has no closed-form solution, the MLE is computed by iterating a Newton step on . Newton's method for optimization 44.03.03 uses , with the observed-information matrix in the curvature role; Fisher scoring replaces by its expectation, the Fisher information , giving . For a full-rank exponential family the Hessian is deterministic, so observed and expected information coincide and Newton equals Fisher scoring; strict concavity guarantees convergence to the unique maximiser from any start once the iterate enters the basin where the local quadratic model is accurate [Casella, G. & Berger, R. L. — Statistical Inference (2nd ed.)].

Theorem 5 (computation with latent structure: the EM principle). When the data are incomplete — mixtures, censoring, latent-variable models — the likelihood marginalises over hidden and is typically multimodal with no score-equation closed form. The expectation-maximisation algorithm 45.08.07 ascends by alternately computing the expected complete-data log-likelihood (E-step) and maximising it (M-step); each iteration increases the observed-data likelihood, and for exponential-family complete data the M-step is again the moment-matching equation , the latent generalisation of the Key theorem's identity [Casella, G. & Berger, R. L. — Statistical Inference (2nd ed.)].

Synthesis. Finite-sample point estimation organises around one identity and its failure modes. The foundational reason maximum likelihood and the method of moments agree for exponential families is the Key theorem's equation : the MLE is a moment estimator on the canonical statistic, and this is exactly the moment-matching the EM M-step reproduces with latent data. The central insight is that strict concavity of the log-likelihood in the natural parameter converts estimation into a convex program with a unique solution, which is what makes Newton, Fisher scoring, and EM globally well behaved — the computation theory of 44.03.03 and 45.08.07 is the same concave maximisation seen through an algorithm. Equivariance generalises this coherence: the MLE of is because the maximiser, not the moment list, is the coordinate-free object, and this is dual to the method of moments, which fixes a coordinate system and pays for it when the parametrisation changes. Putting these together, the bias-variance accounting is the finite-sample price tag — the MLE need not be unbiased, the normal variance and the uniform endpoint both run low, and the mean squared error ranks the recipes. The bridge forward is that everything quantitative about how fast these estimators concentrate — consistency made rigorous, asymptotic normality, and the efficiency the Fisher information measures — is the large-sample theory of 45.04.03, for which the score, the information , and the concavity assembled here are the exact inputs.

Full proof set Master

Proposition 1 (invariance of the MLE under reparametrisation). If maximises over and , then maximises the induced likelihood .

Proof. The function partitions into level sets indexed by . By definition , and

since the level sets cover . Let . Then , so , and the reverse inequality holds because is one of the values being supremised. Therefore , i.e. maximises .

Proposition 2 (exponential-family likelihood equation; moment matching). Under the hypotheses of the Key theorem, satisfies and is the unique maximiser.

Proof. As in the Key theorem, with and by full rank. Thus and , so is strictly concave. A stationary point solves ; strict concavity on the open convex makes any stationary point the unique global maximiser.

Proposition 3 (normal-variance MLE is biased; the Bessel correction). For i.i.d. , the MLE has , and is unbiased.

Proof. Write . Expanding, . Taking expectations, and , so . Hence , biased low by , and . This identity uses only , , and independence, so it holds for any such family, not the normal alone.

Proposition 4 (uniform endpoint MLE: distribution, bias, and MSE). For i.i.d. uniform on , has density on , , and .

Proof. Independence gives for , with density . Then and . The variance is , the squared bias is , and summing,

This is , against for the moment estimator .

Proposition 5 (Fisher scoring equals Newton for exponential families). For a full-rank exponential family in the natural parameter, the observed information equals the Fisher information , so the Newton and Fisher-scoring iterations coincide.

Proof. From Proposition 2, , which depends on but not on the data . A deterministic matrix equals its own expectation, so . Both iterations therefore use the same update . Strict concavity () makes this a Newton step on a strictly concave objective, so the local quadratic-convergence theory of 44.03.03 applies once the iterate is near .

Connections Master

  • Sufficiency and the exponential-family structure (the co-produced unit 45.01.02) is where the moment-matching Key theorem draws its force: the natural sufficient statistic carries all the sample's information about , and the likelihood equation shows the MLE depends on the data only through . That unit owns the factorisation theorem and the completeness of that this unit cites when reducing maximum likelihood to a moment condition; the present unit specialises it to the construction and finite-sample behaviour of the estimator itself.

  • The strong law of large numbers 37.02.02 is the engine behind the heuristic consistency of both recipes: the sample moments converge almost surely to the population moments , so the method-of-moments solution converges to the true when the moment map is continuously invertible, and the average log-likelihood converges to a population objective maximised at the truth. The rigorous convergence rates and the asymptotic distribution that this concentration only sketches are developed in the large-sample theory 45.04.03.

  • Newton's method for optimization 44.03.03 is the computational backbone when the score equations have no closed form: the MLE is the maximiser of the concave log-likelihood, the observed-information matrix is its curvature, and Fisher scoring is the variant that replaces observed by expected information. The expectation-maximisation algorithm 45.08.07 extends this to latent-variable likelihoods, where each M-step is again the moment-matching equation of this unit's Key theorem applied to the completed data, so the present unit supplies the optimality conditions that both algorithms solve.

  • The estimation-and-inference vocabulary of 26.05.01 frames why point estimation matters downstream: a point estimate is the centre around which confidence intervals are built and against which hypothesis tests are calibrated, and the MLE's score and information reappear as the basis of the likelihood-ratio, Wald, and score tests. The mean squared error decomposition introduced here is the finite-sample currency that decision-theoretic comparison of estimators (risk, admissibility, the Cramér-Rao bound) trades in.

Historical & philosophical context Master

The method of moments was systematised by Karl Pearson in the 1890s as the fitting device for his system of frequency curves, equating sample moments to the moments of a candidate distribution to solve for its parameters [Pearson 1894]. It was the dominant estimation technique of early biometry precisely because it was computationally direct: a few sums and a polynomial solve, with no optimisation. Its weaknesses — non-uniqueness of which moments to use, estimates that can leave the parameter space, and a loss of efficiency relative to likelihood — became the motivation for a different principle.

That principle was supplied by Ronald A. Fisher, who introduced maximum likelihood and the surrounding concepts of likelihood, sufficiency, and information in his 1922 paper On the mathematical foundations of theoretical statistics and developed them through the 1920s [Fisher 1922; Fisher 1925]. Fisher argued that the likelihood, rather than any list of moments, is the proper summary of what the data say about a parameter, and that the value maximising it is the estimate that extracts the most information. The exponential-family moment-matching identity — that the MLE equates the sufficient statistic to its expectation — sits at the junction of Pearson's and Fisher's programmes, recovering a moment equation as the likelihood equation for the families where a low-dimensional sufficient statistic exists, a structure later codified by Koopman, Darmois, and Pitman around 1935-1936 [Darmois 1935; Koopman 1936]. The non-regular boundary case — the uniform endpoint, where the support depends on the parameter and the score equation fails — was the standard counterexample by which Fisher and his successors marked the limits of the differentiate-and-solve recipe, and it remains the textbook illustration that the MLE is a maximiser, not a stationary point.

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{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}
}

@article{fisher1925,
  author  = {Fisher, Ronald A.},
  title   = {Theory of statistical estimation},
  journal = {Proceedings of the Cambridge Philosophical Society},
  volume  = {22},
  year    = {1925},
  pages   = {700--725}
}

@article{pearson1894,
  author  = {Pearson, Karl},
  title   = {Contributions to the mathematical theory of evolution},
  journal = {Philosophical Transactions of the Royal Society of London, Series A},
  volume  = {185},
  year    = {1894},
  pages   = {71--110}
}

@article{darmois1935,
  author  = {Darmois, Georges},
  title   = {Sur les lois de probabilit\'e \`a estimation exhaustive},
  journal = {Comptes Rendus de l'Acad\'emie des Sciences},
  volume  = {200},
  year    = {1935},
  pages   = {1265--1266}
}

@article{koopman1936,
  author  = {Koopman, Bernard O.},
  title   = {On distributions admitting a sufficient statistic},
  journal = {Transactions of the American Mathematical Society},
  volume  = {39},
  year    = {1936},
  pages   = {399--409}
}