predict.OnlineARIMA.RdSimilar to other predict methods, this function predicts fitted values from a fitted "OnlineARIMA" object.
# S3 method for OnlineARIMA predict(model, forecast.length = NULL, ...)
| model |
|
|---|---|
| forecast.length |
|
| ... | Reserved parameter. |
S3 methods
Predicted values are returned as a DataFrame.
Call the function and obtain the result:
> predict(model = onlinearima, forecast.length = 1) ID FORECAST 1 0 1370.6701