statsmodels.discrete.discrete_model.Logit.hessian_factor¶
- Logit.hessian_factor(params)[source]¶
Logit 模型 Hessian 因子
- Parameters:¶
- paramsarray_like
模型的参数
- Returns:¶
- hess
ndarray, (nobs,) Hessian 因子,对数似然函数关于线性预测器的二阶导数,在 params 处求值
- hess
Last update:
Oct 16, 2024