How to estimate “Generalized Least Squares” models using Python
Pythonのstatsmodels.apiモジュールを用いて一般化最小2乗法を行う
How to estimate “Generalized Least Squares” models using Python
一般化最小二乗法(GLS)は、異なる分散構造や相関構造を考慮した回帰モデルを扱う手法です。これは、データの誤差項が等分散かつ独立でない場合や、データ点間に相関が…