5.10 Forecast from a fitted ARIMA model

We can create a forecast from our anchovy ARIMA model using forecast(). The shading is the 80% and 95% prediction intervals.

fr <- forecast::forecast(fit, h = 10)
plot(fr)