How does the forecast function in MATLAB forecast?

조회 수: 1 (최근 30일)
Aditya
Aditya 2014년 4월 6일
답변: Dhaniklal 2023년 2월 7일
I want to know how exactly the forecast method function. i.e the inside working of the function. Does it use a polynomial? What the default polynomial is? Does it use regression? I am using an AR model to forecast. Any paper on this would really prove helpful. Thanks in advance.
  댓글 수: 3
Aditya
Aditya 2014년 4월 6일
the forecast function in the econometrics toolbox
dpb
dpb 2014년 4월 6일
The forecast is an evaluation of the given AR model using the fitted model results and either supplied values for the innovations and other stochastic elements. They're described in the documentation for forecast.
If you don't understand the terms, I'm no econometrics guy so don't know the other literature in the references, but will commend the daddy of all, Box and Jenkins, as the place to go to to understand enough of the modeling theory behind the implementation to be able to use it sensibly.

댓글을 달려면 로그인하십시오.

답변 (1개)

Dhaniklal
Dhaniklal 2023년 2월 7일
Hi,
I understand that you want to know about forecast function in MATLAB.
Please follow the link for documentation on forecast:
Also, you may right click on the function name in editor and click on - Open “forecast”. This will open the definition of the function. It may help you understand exactly how it works. This works for any function/object in MATLAB.
Thanks,
Dhaniklal

카테고리

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