About the underlying principle of the function "predict"
Afficher commentaires plus anciens
I have read many books on the theory of time series forecast and system identification. But I still cannot find the formulas that the function "predict" follows in Matlab. The result by either optimal prediction or kalman filter is different from that function. So can anybody tell me the formulas or the reference book?
Thanks in advance.
Réponses (1)
Rajiv Singh
le 21 Mai 2013
0 votes
The prediction is based on computing a kalman filter. See chapter 3 in "System Identification, Theory for the User", 2nd ed, Lennart Ljung.
Could you post an example of the difference you are observing?
1 commentaire
zh
le 28 Mai 2013
Thank you for your attention. I have solve my problem. For stationary ARMA process, the function "predict" is just k-step ahead optimal forecast. Actually, the formulas are very simple. I have got the same result as the function producing.
Catégories
En savoir plus sur Linear Model Identification dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!