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