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일

0 개 추천

I do have this function available, it is part of the econometrics toolbox

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Conditional Mean Models에 대해 자세히 알아보기

질문:

2015년 6월 5일

편집:

2016년 11월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by