Maximum Likelihood

Maximum likelihood is a method for fitting a distribution to observations.


Description

The most common probability distribution functions are parameterized so that shape, scale, etc., can vary to better fit a particular set of observations. A methodology is then needed to determine the values for those parameters with the 'best' fit.

For example, the probability density function for an exponential distribution with a rate of λ=λ* is:

pdf.svg

The likelihood for a value of λ given an observation xi is therefore given by:

lik1.svg

Given many observations i in X, the probabilities are multiplied.

lik2.svg

The method of maximum likelihood estimation relies on logarithmic differentiation and more generally on logarithm properties. The log of this product is taken, turning the expression into a summation that usually can be simplified, and that is still useful for optimization.

lik3.svg

Let n be the number of observations in X so that:

lik4.svg

The value of λ that maximizes likelihood is a critical point, i.e. identified by deriving the expression and setting to zero.

lik5.svg

lik6.svg

lik7.svg

lik8.svg

So the maximum likelihood estimator (MLE) for λ is λMLE = 1/X̅.


CategoryRicottone

Statistics/MaximumLikelihood (last edited 2026-07-21 05:12:44 by DominicRicottone)