What is Maximum Likelihood Estimation?
mediumAnswer
- Choose parameter values that make the observed data most probable — i.e., maximize the likelihood function .
- In practice, maximize log L (numerically stable, turns products into sums).
- MLEs are consistent, asymptotically normal, and efficient under regularity conditions.
- Add regularization/priors to obtain MAP estimation (Bayesian penalty).
Check yourself — multiple choice
- MLE minimizes the likelihood
- MLE maximizes the probability of observed data given parameters
- MLE requires a prior
- MLE always uses closed-form solutions
.
#estimation
Practise Statistics Fundamentals
215 interview questions in this topic.