powered by
Performs predictions over an ARIMA model using the stats::predict function.
stats::predict
pred.arima(model, n.ahead)
An ARIMA model.
Number of values to predict.
A ts object containing the predictions.
ts
# NOT RUN { pred.arima(forecast::auto.arima(prep(AirPassengers)$tserie),n.ahead=30) # }
Run the code above in your browser using DataLab