About the underlying principle of the function "predict"
Ältere Kommentare anzeigen
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.
Antworten (1)
Rajiv Singh
am 21 Mai 2013
0 Stimmen
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 Kommentar
zh
am 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.
Kategorien
Mehr zu Linear Model Identification finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!