Description Usage Arguments Value Author(s) Examples
Performs predictions over an ARIMA model using the stats::predict
function.
1 | 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
1 | pred.arima(forecast::auto.arima(prep(AirPassengers)$tserie),n.ahead=30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.