predict.boiwsa {boiwsa} | R Documentation |
Predict
Description
S3 method for 'boiwsa' class. Returns forecasts and other information using a combination of nonseasonal auto.arima and estimates from boiwsa.
Usage
## S3 method for class 'boiwsa'
predict(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments:
|
Value
A list containing the forecast values and ARIMA fit.
[Package boiwsa version 1.1.3 Index]