Forecast from models fit by linlk{madlib.arima}
# S3 method for arima.css.madlib
predict(object, n.ahead = 1, ...)
The result of madlib.arima
.
The number of steps ahead for which prediction is required.
Arguments passed to or from other methods, not implemented yet.
A '>db.table
object, which points to a table that
contains the forecasted values. The table has two columns: steps_ahead
and forecast_value. One can use the function lk
to look at the values.
madlib.arima
fits ARIMA model to a time series.
# NOT RUN {
## Please see the examples in madlib.arima doc.
# }
Run the code above in your browser using DataLab