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 θ\theta is identifiable if distinct values of θ\theta necessarily yield distinct probability distributions.

Example. In the model {N(μ,σ2)μR,σR+}\{\mathcal{N}(\mu, \sigma^2) \mid \mu \in \mathbb{R}, \sigma \in \mathbb{R}^+\}, we might say μ\mu is a parameter of interest and σ\sigma is a nuisance parameter.

Example. The response to a drug dosage DD is modeled by N(E0+D×EmaxD+ED50, σ2)\mathcal{N}\left(E_0 + \frac{D \times E_{\text{max}}}{D + \mathrm{ED}_{50}},\ \sigma^2\right), for some parameter θ=(σ2,E0,Emax,ED50)\theta = (\sigma^2, E_0, E_{\text{max}}, \mathrm{ED}_{50}). In this case, θ\theta is not identifiable.

§ Defining the Maximum Likelihood Estimator (MLE)

Consider some (i.i.d.) random variable samples X1,,XnPX_1, \dots, X_n \sim \mathbb{P} and a parameter θ\theta. Furthermore, some new notation:

Notation. Given a parameter θ\theta, let its true, population value be denoted by θ\theta^*.

If the parameter θ\theta can be expressed using E[]\mathbb{E}[\dots] only, it's not hard to define an okay estimator.

(ex:)      θ:=μσ=E[Xi](E[Xi2]E[Xi]2)1/2      θ^n:=1ni=1nXi(1ni=1nXi2(1ni=1nXi)2)1/2.\text{(ex:)} ~~~~~~ \theta := \frac{\mu}{\sigma} = \frac{\mathbb{E}[X_i]}{(\mathbb{E}[X_i^2] - \mathbb{E}[X_i]^2)^{1/2}} ~ \implies ~ \hat{\theta}_n := \frac{\frac{1}{n}\sum_{i = 1}^n X_i}{\left( \frac{1}{n}\sum_{i = 1}^n X_i^2 - \left(\frac{1}{n}\sum_{i = 1}^n X_i\right)^2 \right)^{1/2}}.

More smartly, though, we should think to use the maximum likelihood estimator (MLE).

Definition. Let fθ(x)f_{\theta}(x) denote the PDF corresponding to the distribution Pθ\mathbb{P}_{\theta}, and consider some samples X1,,XnPθX_1, \dots, X_n \sim \mathbb{P}_{\theta^*}.

In other words, the MLE θ^n\hat{\theta}_n is the value for the parameter θ\theta whose distribution Pθ^n\mathbb{P}_{\hat{\theta}_n} is most “compatible” with the samples taken from Pθ\mathbb{P}_{\theta^*}, which would suggest that Pθ^n\mathbb{P}_{\hat{\theta}_n} might be a good representation of Pθ\mathbb{P}_{\theta^*}.

Remark. Reason through the following and check that they make sense.

Note that Ln(θ)L_n(\theta) and n(θ)\ell_n(\theta) are random functions, since their behaviors are determined by random samples from Pθ\mathbb{P}_{\theta^*}. If one seeks a likelihood function that is instead determined by θ\theta^* itself, one may opt for…

Definition. The population log likelihood function is (θ):=Eθ[logfθ(X)]\ell(\theta) := \mathbb{E}_{\theta^*}[\log f_{\theta}(X)]. (The Eθ\mathbb{E}_{\theta^*} notation indicates that XPθX \sim \mathbb{P}_{\theta^*}.)