statsmodels.discrete.discrete_model.Poisson.hessian
-
Poisson.hessian(params)
[source] -
Poisson model Hessian matrix of the loglikelihood
Parameters: params : array-like
The parameters of the model
Returns: hess : ndarray, (k_vars, k_vars)
The Hessian, second derivative of loglikelihood function, evaluated at
params
Notes
where the loglinear model is assumed
Please login to continue.