Matlab 8 時間序列01 ARMA

m = ar(x,2) ar模型
predict(m,x) 預測函數

res = x - xhathtml

h = lbqtest(res)ide

 

模型檢測
xhat = forecast(m,x,3) yf = forecast(sys,PastData,K) 預測 所識別的時間序列模型的輸出sysK步驟進入將來使用過去的測量數據,PastData
res = resid(x,m)  計算殘差向量
相關文章
相關標籤/搜索