Browsed by
Tag: statsmodel

Pythonのstatsmodelsを使って負の2項分布回帰モデルを推定する
-How to estimate negative binomial regression in Python-

Pythonのstatsmodelsを使って負の2項分布回帰モデルを推定する
-How to estimate negative binomial regression in Python-

負の2項分布回帰モデル 負の2項分布回帰は、ポアソン分布と比較して過分散を考慮したカウントデータの統計モデリングに使用される統計手法です。 負の2項分布の確率質…

もっと読む もっと読む

Pythonのstatsmodelsを使ってポワソン回帰モデルを推定する
-How to estimate Poisson regression model using Python-

Pythonのstatsmodelsを使ってポワソン回帰モデルを推定する
-How to estimate Poisson regression model using Python-

statsmodels.apiのPoissonモデルは、ポアソン回帰モデルを推定するためのクラスです。ポアソン回帰は、カウントデータ(離散カウント)のモデリング…

もっと読む もっと読む

Pythonのstatsmodels.apiを使って自己相関のある誤差項を考慮した一般化最小二乗法を行う
-How to estimate GLS for AutoRegressive error termusing Python-

Pythonのstatsmodels.apiを使って自己相関のある誤差項を考慮した一般化最小二乗法を行う
-How to estimate GLS for AutoRegressive error termusing Python-

statsmodels.apiのGLSARは、一般化最小二乗法(GLS)を自己相関のある誤差項(AR:AutoRegressive)に適用するためのクラスです。…

もっと読む もっと読む