statsmodels.discrete.discrete_model.Poisson.hessian_factor

Poisson.hessian_factor(params)[source]

Poisson model Hessian factor

Parameters:
paramsarray_like

The parameters of the model

Returns:
hessndarray, (nobs,)

The Hessian factor, second derivative of loglikelihood function with respect to the linear predictor evaluated at params

Notes

2lnLββ=i=1nλi

where the loglinear model is assumed

lnλi=xiβ

Last update: Oct 03, 2024