Maximum Likelihood Estimation
Maximum likelihood estimation (MLE) is the most widely used method of point estimation, producing estimators with excellent asymptotic properties by choosing the parameter value that makes the observed data most probable.
Definition
Let be i.i.d. with density (or mass function) for . The likelihood function is The log-likelihood is . The maximum likelihood estimator (MLE) is
Under regularity conditions, the MLE satisfies the score equation .
Examples
For : Setting and gives: Note is biased (divides by , not ), but is consistent.
For with : Setting gives .
The MLE enjoys an invariance property: if is the MLE of , then is the MLE of for any function . This is useful because it means, for instance, the MLE of the standard deviation is the square root of the MLE of the variance, without needing to re-derive the estimator.