statsmodels.discrete.discrete_model.Logit.hessian_factor

Logit.hessian_factor(params)[source]

Logit 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


Last update: Apr 19, 2024