Model ARIMA di R
David Stoffer
Professor of Statistics at the University of Pittsburgh
astsa, gunakan sarima.for() untuk meramalkanSARIMA$(0,1,1) \times (0,1,1)_{12}$ sesuai
sarima.for(log(AirPassengers), n.ahead = 24,
0, 1, 1, 0, 1, 1, 12)

Model ARIMA di R