statsmodels.discrete.discrete_model.Logit.hessian
-
Logit.hessian(params)
[source] -
Logit model Hessian matrix of the log-likelihood
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
Please login to continue.