Usage
"bforecast"(x, groups, len = 1, R = 100, level = 0.95, type = c("recurrent", "vector"), ..., drop = TRUE, drop.attributes = FALSE, cache = TRUE)
"bforecast"(x, groups, len = 1, R = 100, level = 0.95, type = c("recurrent", "vector"), ..., drop = TRUE, drop.attributes = FALSE, cache = TRUE)
Arguments
x
SSA object holding the decomposition
groups
list, the grouping of eigentriples to be used in the forecast
len
the desired length of the forecasted series
R
number of bootstrap replications
level
vector of confidence levels for bounds
type
the type of forecast method to be used during bootstrapping
...
additional arguments passed to forecasting routines
drop
logical, if 'TRUE' then the result is coerced to series
itself, when possible (length of 'groups' is one)
drop.attributes
logical, if 'TRUE' then the attributes of the input series
are not copied to the reconstructed ones
cache
logical, if 'TRUE' then intermediate results will be
cached in the SSA object