How does the forecast function in MATLAB forecast?
Afficher commentaires plus anciens
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 commentaires
Star Strider
le 6 Avr 2014
Which forecast method? What function are you using?
Aditya
le 6 Avr 2014
dpb
le 6 Avr 2014
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.
Réponses (1)
Dhaniklal
le 7 Fév 2023
0 votes
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
Catégories
En savoir plus sur Conditional Mean Models dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!