score function
Given a statistical model with log-likelihood function , the score function is defined to be the gradient of :
Since the score function is also a function of the random vector , is itself a random vector. By setting to 0, we have a system of equation(s), otherwise known as the likelihood equation(s):
If is one-dimensional, then the score function is simply referred to as the score of .
The maximum likelihood estimate (MLE) of the parameter vector can usually be found by finding the solutions of the likelihood equations. The likelihood equations may also be formed by setting the gradient of the plain likelihood function to zero. The use of the log function often facilitates the algebra as many distributions are exponential in nature. For some distributions it may also be necessary to test that the solution to the likelihood equations is really a minimum as opposed to a point of inflection.
Example. independent observations are made from a random variable with a Poisson distribution with parameter . The observed values are . The log-likelihood of the joint pdf is
and so the score function is
where . To find the MLE of , we set and solve for . So the MLE of .
Title | score function |
---|---|
Canonical name | ScoreFunction |
Date of creation | 2013-03-22 14:28:02 |
Last modified on | 2013-03-22 14:28:02 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 13 |
Author | CWoo (3771) |
Entry type | Definition |
Classification | msc 62A01 |
Synonym | score |
Synonym | score statistic |
Defines | likelihood equation |