Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. (f<-Arima(leitets, order=c(1, 0, 0), seasonal=list(order=c(0, 1, 2), period=4),
  2. include.drift=T))
  3. # ARIMA(1,0,0)(0,1,2)[4] with drift
  4. #
  5. # Coefficients:
  6. # ar1 sma1 sma2 drift
  7. # 0.8600 -1.1350 0.4007 2847.303
  8. # s.e. 0.0687 0.1339 0.1367 1345.671
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement