statsmodels.discrete.truncated_model.HurdleCountModel.hessian¶ HurdleCountModel.hessian(params)¶ The Hessian matrix of the model. Parameters:¶ params : ndarray¶The parameters to use when evaluating the Hessian. Returns:¶ The hessian evaluated at the parameters. Return type:¶ ndarray