statsmodels.discrete.discrete_model.Probit.hessian¶ Probit.hessian(params)[source]¶ Probit model Hessian matrix of the log-likelihood Parameters:¶ paramsarray_likeThe parameters of the model Returns:¶ hessndarray, (k_vars, k_vars)The Hessian, second derivative of loglikelihood function, evaluated at params Notes ∂2lnL∂β∂β′=−λi(λi+xi′β)xixi′ where λi=qiϕ(qixi′β)Φ(qixi′β) and q=2y−1