Skip to content
Prev 44548 / 398503 Next

Obtaining SE from the hessian matrix

Minor correction:  Most likely, Prof. Lumley's statement is 
correct.  However, as I'm sure he knows, it depends on what you are 
maximizing or minimizing:  If you are maximizing the log(likelihood), 
then the NEGATIVE of the hessian is the "observed information".  This 
latter should be positive semi-definite, and if nonsingular, its inverse 
will be the covariance matrix of the standard normal approximation.  
Alternatively, if you MINIMIZE a "deviance" = (-2)*log(likelihood), then 
the HALF of the hessian is the observed information.  In the unlikely 
event that you are maximizing the likelihood itself, you need to divide 
the negative of the hessian by the likelihood to get the observed 
information. 

      hope this helps.  spencer graves
Thomas Lumley wrote: