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
| Symbol | Meaning |
|---|---|
|
|
Likelihood function,
|
|
|
Log-likelihood,
|
|
|
Maximum likelihood estimator |
|
|
Score function,
|
|
|
Fisher information |
The MLE is
Parameters / Assumptions
- The data are i.i.d. from a parametric family
. - The parameter space is identifiable.
- The support of
does not depend on in the regular case, and the log-likelihood is differentiable at the maximum. - Boundary maxima must be checked separately.
Essential Result
- For
, . Solving gives . - For
, the MLEs are and . - Under regularity conditions, the MLE is consistent and asymptotically normal:
This justifies approximate confidence intervals and tests.[2]
Worked Example
A coin is tossed 20 times and shows 7 heads. Model the outcomes as
Setting
Common Mistakes
- Treating the likelihood as a probability distribution over the parameter.
- Using
instead of in the normal variance MLE. - Ignoring the boundary of the parameter space.
- Trusting the asymptotic normal approximation in very small samples.
Connections
References
OpenStax, Introductory Statistics, "Maximum Likelihood Estimation", https://openstax.org/details/books/introductory-statistics ↩︎
MIT OCW, Statistics for Applications, "Maximum Likelihood Estimation", https://ocw.mit.edu/courses/mathematics/ ↩︎