File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 115115 " cov_type='HAC', cov_kwds={'maxlags': n}, use_t=True\n " ,
116116 " ```\n " ,
117117 " * `cov_type='HAC'`:不均一分散・自己相関頑健推定の指定\n " ,
118- " * `cov_kwds={'maxlags': n}`(必須):`n`は残差のラグを示し,`n`の値に基づきパラメータの推定値の標準誤差を調整する。`n=10`とすれば`10`までのラグを考慮し計算する。標本の大きさより小さな値を設定する必要がある。`n`を決める一つのルールとして次を紹介しよう。\n " ,
118+ " * `cov_kwds={'maxlags': n}`(必須):`n`は残差のラグを示し,`n`の値に基づきパラメータの推定値の標準誤差を調整する。`n=10`とすれば`10`までのラグを考慮し計算する。標本の大きさより小さな値を設定する必要がある。`for`ループを使い`n`を変化させて、標準誤差がどう変化するかを確認するのも良いだろう。また、` n`を決める一つのルールとして次を紹介しよう。\n " ,
119119 " * Newey and West (1987)が提案したルール:`N`を標本の大きさとすると、次の値の整数部分を`n`に使う。\n " ,
120120 " \n " ,
121121 " $$\n " ,
122122 " 4\\ left(\\ frac{N}{100}\\ right)^{2/9}の整数部分\n " ,
123123 " $$\n " ,
124124 " \n " ,
125- " * また`for`ループを使い`n`を変化させて、標準誤差がどう変化するかを確認するのも良いだろう。\n " ,
126125 " * `use_t=True`(必須ではない):`t`検定を使うことを指定する。\n " ,
127126 " \n " ,
128- " ちなみに,`HC`はHeteroskedasticity Consistentの略であり ,`HAC`はHeteroskedasticity-Autocorrelation Consistent`の略である 。\n " ,
127+ " ちなみに,`HC`は`H`eteroskedasticity `C`onsistentの略であり ,`HAC`は`H`eteroskedasticity-`A`utocorrelation `C`onsistentの略である 。\n " ,
129128 " ````"
130129 ]
131130 },
You can’t perform that action at this time.
0 commit comments