statsmodels.discrete.discrete_model.DiscreteModel.hessian¶
- DiscreteModel.hessian(params)¶
The Hessian matrix of the model.
- Parameters:
- params
ndarray The parameters to use when evaluating the Hessian.
- params
- Returns:
ndarrayThe hessian evaluated at the parameters.