Forcast function for ARMA models

조회 수: 1 (최근 30일)
Patricia Alejandra Palacios Romero
I'm trying to use the built-in function forecast. But when I apply it I'm just getting a constant value. Is there any reason for that? or am I just using it wrong? Here is more or less the code:
toEstMdl = arima(2,0,0);
EstMdl = estimate(toEstMdl,Residuals);
estValues = forecast(EstMdl,k);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Conditional Mean Models에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by