statsmodels.discrete.discrete_model.Probit.hessian_factor¶
- Probit.hessian_factor(params)[source]¶
Probit model Hessian factor of the log-likelihood
- Parameters:¶
- paramsarray_like
The parameters of the model
- Returns:¶
- hess
ndarray
, (nobs,) The Hessian factor, second derivative of loglikelihood function with respect to linear predictor evaluated at params
- hess
Notes
where
and