R語言中得到ARIMA的引數如下:
Series: data
ARIMA(4,2,1)
Coefficients:
ar1 ar2 ar3 ar4 ma1
-0.2491 -0.3700 -0.2926 -0.3589 -1.000
s.e. 0.1104 0.1084 0.1070 0.1089 0.092
sigma^2 estimated as 3.906: log likelihood=-147.78
AIC=307.55 AICc=308.88 BIC=321.04
想請教怎么根據以上引數寫出該模型的數學運算式,非常感謝!
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/13299.html
標籤:其他開發語言
