Hessian matrix of the likelihood function, evaluated at the given parameters
| Parameters: | params : array_like
args :
kwargs :
|
|---|---|
| Returns: | hessian : array
|
Notes
This is a numerical approximation.
Both *args and **kwargs are necessary because the optimizer from fit must call this function and only supports passing arguments via *args (for example scipy.optimize.fmin_l_bfgs).