Filter löschen
Filter löschen

I can solve this error

2 Ansichten (letzte 30 Tage)
abduall hassn
abduall hassn am 5 Jun. 2015
Bearbeitet: abduall hassn am 3 Nov. 2016
Mdl = arima('Constant',0,'D',1,'Seasonality',12,...
'MALags',1,'SMALags',12);
EstMdl = estimate(Mdl,y);
There is this error:
  1 Kommentar
Image Analyst
Image Analyst am 5 Jun. 2015
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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Ingrid
Ingrid am 5 Jun. 2015
I do have this function available, it is part of the econometrics toolbox

Weitere Antworten (0)

Kategorien

Mehr zu Descriptive Statistics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by