I can solve this error

2 ビュー (過去 30 日間)
abduall hassn
abduall hassn 2015 年 6 月 5 日
編集済み: abduall hassn 2016 年 11 月 3 日
Mdl = arima('Constant',0,'D',1,'Seasonality',12,...
'MALags',1,'SMALags',12);
EstMdl = estimate(Mdl,y);
There is this error:
  1 件のコメント
Image Analyst
Image Analyst 2015 年 6 月 5 日
Why do you think you should have a function called arima? I don't. It's not part of MATLAB or any toolbox that I have. You obviously did not write this code or you wouldn't have written arima, so you need to go back to the person you got this code from and ask for that function.

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

採用された回答

Ingrid
Ingrid 2015 年 6 月 5 日
I do have this function available, it is part of the econometrics toolbox
  1 件のコメント
abduall hassn
abduall hassn 2015 年 6 月 5 日
yes u r right

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

その他の回答 (0 件)

カテゴリ

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