gpt4 book ai didi

python - 在 statsmodels.logit 中将协方差类型更改为稳健

转载 作者:行者123 更新时间:2023-12-04 17:29:12 29 4
gpt4 key购买 nike

在 python 中使用统计模型进行逻辑回归时,我试图将协方差类型从非稳健更改为稳健。

我阅读了 statsmodels.org 上的文档,但无法找到有关如何执行此操作的解决方案。

如果这里有人可以帮助我,那就太棒了。

最佳答案

正如@Josef 所说,只需指定 cov_type 即可:

model.fit(cov_type="hc0")
model.fit(cov_type="hc1")
model.fit(cov_type="hc2")
model.fit(cov_type="hc3")

关于python - 在 statsmodels.logit 中将协方差类型更改为稳健,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61171429/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com