likelihood function
Let X=() be a random vector and
a statistical model parametrized by , the parameter vector in the parameter space . The likelihood function is a map given by
In other words, the likelikhood function is functionally the same in form as a probability density function. However, the emphasis is changed from the to the . The pdf is a function of the ’s while holding the parameters ’s constant, is a function of the parameters ’s, while holding the ’s constant.
When there is no confusion, is abbreviated to be .
The parameter vector such that for all is called a maximum likelihood estimate, or MLE, of .
Many of the density functions are exponential in nature, it is therefore easier to compute the MLE of a likelihood function by finding the maximum of the natural log of , known as the log-likelihood function:
due to the monotonicity of the log function.
Examples:
-
1.
A coin is tossed times and heads are observed. Assume that the probability of a head after one toss is . What is the MLE of ?
Solution: Define the outcome of a toss be 0 if a tail is observed and 1 if a head is observed. Next, let be the outcome of the th toss. For any single toss, the density function is where . Assume that the tosses are independent events, then the joint probability density is
which is also the likelihood function . Therefore, the log-likelihood function has the form
Using standard calculus, we get that the MLE of is
-
2.
Suppose a sample of data points are collected. Assume that the and the ’s are independent of each other. What is the MLE of the parameter vector ?
Solution: The joint pdf of the , and hence the likelihood function, is
The log-likelihood function is
Taking the first derivative (gradient), we get
Setting
and solve for we have
where is the sample mean and is the sample variance. Finally, we verify that is indeed the MLE of by checking the negativity of the 2nd derivatives (for each parameter).
Title | likelihood function |
---|---|
Canonical name | LikelihoodFunction |
Date of creation | 2013-03-22 14:27:58 |
Last modified on | 2013-03-22 14:27:58 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 13 |
Author | CWoo (3771) |
Entry type | Definition |
Classification | msc 62A01 |
Synonym | likelihood statistic |
Synonym | likelihood |
Defines | maximum likelihood estimate |
Defines | MLE |
Defines | log-likelihood function |