問題タブ [pmdarima]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - SARIMA の各パラメータの番号を説明できる人はいますか?
季節性を伴う auto_arima 関数を使用して covid19 を予測し、ARIMA(0,1,1)(2,0,2) を取得しました。各パラメーター (p、d、q)(P、D、Q) の理由を説明できる人はいますか? (例: AR が 0 であるのに SAR が 2 である理由)
python - pmdarima の auto_arima は out of bag エラーをどのように計算しますか?
auto_arima が out of bag エラーを計算する方法を理解できません。
私の理解が正しければ、out_of_sample_size
計算には最後のデータ ポイントが必要ですが、このデータの平均二乗誤差を手動で計算すると、別の結果が得られます。MWE を参照してください。
出力
2 つの MSE が異なるのはなぜですか?
(最後のバッグサンプルの後に予測を与える必要があるため、このpredict_in_sample
方法を使用しました)。predict