pred.arima {predtoolsTS} | R Documentation |
Performs predictions over an ARIMA model using the stats::predict
function.
pred.arima(model, n.ahead)
model |
An ARIMA model. |
n.ahead |
Number of values to predict. |
A ts
object containing the predictions.
Alberto Vico Moreno
pred.arima(forecast::auto.arima(prep(AirPassengers)$tserie),n.ahead=30)