MIT 18.650 — Lecture 9
Introducing the MLE
§ Types of Parameters, Identifiability
Definition. In a statistical model, the parameters we care about are called parameters of interest, and those we don't are called nuisance parameters. A parameter is identifiable if distinct values of necessarily yield distinct probability distributions.
Example. In the model , we might say is a parameter of interest and is a nuisance parameter.
Example. The response to a drug dosage is modeled by , for some parameter . In this case, is not identifiable.
§ Defining the Maximum Likelihood Estimator (MLE)
Consider some (i.i.d.) random variable samples and a parameter . Furthermore, some new notation:
Notation. Given a parameter , let its true, population value be denoted by .
If the parameter can be expressed using only, it's not hard to define an okay estimator.
More smartly, though, we should think to use the maximum likelihood estimator (MLE).
Definition. Let denote the PDF corresponding to the distribution , and consider some samples .
The likelihood function is defined by .
The log likelihood function is just .
The maximum likelihood estimator (MLE) is the value of for which (or ) is maximized.
In other words, the MLE is the value for the parameter whose distribution is most “compatible” with the samples taken from , which would suggest that might be a good representation of .
Remark. Reason through the following and check that they make sense.
For the model , the MLE is .
For the model , the MLE is .
For the model , the MLE is .
Note that and are random functions, since their behaviors are determined by random samples from . If one seeks a likelihood function that is instead determined by itself, one may opt for…
Definition. The population log likelihood function is . (The notation indicates that .)