Learn R Programming

PivotalR (version 0.1.18.5)

predict.arima: Forecast from MADlib's ARIMA fits

Description

Forecast from models fit by linlk{madlib.arima}

Usage

# S3 method for arima.css.madlib
predict(object, n.ahead = 1, ...)

Arguments

object

The result of madlib.arima.

n.ahead

The number of steps ahead for which prediction is required.

Arguments passed to or from other methods, not implemented yet.

Value

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.

See Also

madlib.arima fits ARIMA model to a time series.

Examples

Run this code
# NOT RUN {
## Please see the examples in madlib.arima doc.
# }

Run the code above in your browser using DataLab