No menu items!

MLE (Maximum Likelihood Estimate) for Normal Distribution

-

In this article, we explain how to find the Maximum Likelihood Estimate (MLE) for the normal distribution to estimate the parameters µ and σ. The Maximum Likelihood Estimate is obtained by maximizing the value of the Likelihood Function.

Step 1: Write the Probability Distribution Function.

Let X be a random variable following the normal distribution with parameters µ and σ. The probability distribution function is given as,

PDF of normal distribution

Step 2: Find the Likelihood Function.

Suppose that X1, X2,…, and Xn are sample values extracted from a population following the normal distribution. We obtain the likelihood function by taking the product of the probability distribution of each Xi from i=1 to n.

Likelihood Function for Normal Distribution

Step 3: Find the Log Likelihood Function and compute Derivatives:

The Log Likelihood Function is obtained by taking the logarithm of the likelihood function obtained above. The Log Likelihood function is given as,

Log likelihood function of normal distribution

The derivative with respect to the parameter µ is given as,

Derivative of log likelihood with respect to first parameter

The derivative with respect to the parameter σ is given as,

Derivative of log likelihood with respect to second parameter

Step 4: Set the Derivatives equal to Zero

Since we want to maximize the log likelihood function we set the first derivative to 0 in order to find the critical points.

Setting the derivative with respect to µ equal to 0 we get,

Σ(Xi – µ) = 0

ΣXi – nµ = 0

µ = ΣXi / n = X̅

Therefore, the MLE (Maximum Likelihood Estimate) for the population mean is given by the sample mean.

MLE estimate for mean of normal distribution

Similarly setting the derivative with respect to σ equal to 0 we get,

MLE estimate for standard deviation of normal distribution

Therefore, the MLE (Maximum Likelihood Estimate) for the population standard deviation is given by the standard deviation of the sample values.

Share this article

Recent posts

Popular categories

Recent comments