Maximum Likelihood Estimation

Summary

Maximum likelihood estimation chooses the parameter value that makes the observed data most probable under the assumed model. The likelihood function has the same functional form as the joint density or mass function, but is viewed as a function of the parameter. Maximizing the log-likelihood is usually easier and gives the same estimate.[1]

Prerequisites

Definition / Notation

For a random sample X1,,Xn with density or mass function f(x;θ) :

Symbol Meaning
L(θ;x1,,xn) Likelihood function, i=1nf(xi;θ)
(θ) Log-likelihood, lnL(θ;x1,,xn)
θ^MLE Maximum likelihood estimator
U(θ) Score function, (θ)
I(θ) Fisher information

The MLE is

θ^MLE=argmaxθL(θ;x1,,xn).

Parameters / Assumptions

Essential Result

n(θ^MLEθ)dN(0,I(θ)1).

This justifies approximate confidence intervals and tests.[2]

Worked Example

A coin is tossed 20 times and shows 7 heads. Model the outcomes as Bernoulli(p) . The log-likelihood is

(p)=7lnp+13ln(1p).

Setting (p)=7/p13/(1p)=0 yields p^=7/20=0.35 . The second derivative is negative, confirming a maximum.

Common Mistakes

Connections

References


  1. OpenStax, Introductory Statistics, "Maximum Likelihood Estimation", https://openstax.org/details/books/introductory-statistics ↩︎

  2. MIT OCW, Statistics for Applications, "Maximum Likelihood Estimation", https://ocw.mit.edu/courses/mathematics/ ↩︎