Returns the observed information matrix, which is the negative Hessian of the log-likelihood evaluated at the data and parameter values.

observed_info(model, ...)

Arguments

model

A likelihood model

...

Additional arguments

Value

Function that computes -hess_loglik(df, par)

Details

At the MLE, the observed information is a consistent estimator of the Fisher information matrix.