From Wikipedia, the free encyclopedia
In statistics, Fisher's Scoring algorithm is a form of Newton's method used to solve maximum likelihood equations numerically.
Suppose that
are random variables, independent and identically distributed with p.d.f.
, and we wish to calculate the maximum likelihood estimator (M.L.E.)
of
. First, suppose we have a starting point for our algorithm
, and consider a Taylor expansion of the score function,
, about
:
,
where

is the observed information at
. Now, since
,
then rearranging gives us an algorithm with which to work:
.
Then under certain regularity conditions, it can be shown that
.