フィルターのクリア

ARIMAX model with econometric modeler

4 ビュー (過去 30 日間)
karim bio gassi
karim bio gassi 2020 年 5 月 21 日
コメント済み: Redho redho 2020 年 10 月 26 日
Good evening
I built a ARIMAX model with the matlab econometric modeler toolboox. the model can be visualized by 2 plots.
the first representing the fit model (ydata and ypredicted data) and the second the residual(ydata-ypredicted data). I generate the code of these plots to understand how the toolbox get the plot parameters. Unfortunetly the function generated didnot explain it.
I wonder if the following code is the correct code to get these parameters..
[Y2,res2] = simulate(ARIMAX_dataw1,261, 'NumPaths',1, 'X',[dataw2,dataw3]);
figure
subplot(2,1,1)
plot([Y2,dataw1])
subplot(2,1,2)
plot(res2)
please help me.
  2 件のコメント
karim bio gassi
karim bio gassi 2020 年 5 月 27 日
Hi everyone
I am still waiting for your help
thanks
Redho  redho
Redho redho 2020 年 10 月 26 日
Is it works?

サインインしてコメントする。

回答 (1 件)

Stepp Gyogi
Stepp Gyogi 2020 年 6 月 19 日
I just posted another question which is about a completely different issue. However, it contains some code in which you will find examples for simulating and estimating your ARIMAX model. There is also a link to the relevant arima class, which has all the documentation I used to write that code.
Here is the link with the code:
Hope this helps!

カテゴリ

Help Center および File ExchangeConditional Mean Models についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by