Module 4 : Maximum Likelihood Estimation (MLE)

Lecture 10 : Maximum Likelihood Estimation

4.2.1 Basic Procedure of MLE

In some case the MVUE may not exist or it cannot be found by any of the methods discussed so far. The maximum likelihood estimation (MLE) approach is an alternative method in cases where the PDF or the PMF is known. This PDF or PMF involves the unknown parameter θ and is called the likelihood function. With MLE the unknown parameter is estimated by maximizing the likelihood function for the observed data. The MLE is defined as:

 ˆ  θ = arg maxθ  p(x;θ)

where x is the vector of observed data (of N samples).

It can be shown that θˆ is asymptotically unbiased:

lim  E (θˆ) = θ  N→ ∞

and asymptotically efficient:

lim  var(θˆ) = CRLB  N→ ∞

An important result is that if an MVUE exists, then the MLE procedure will produce it.

Proof

4.2.2 Example

4.2.3 Example