Usage
# S3 method for 1d.ssa
forecast(object,
groups, h = 1,
method = c("recurrent", "vector"),
interval = c("none", "confidence", "prediction"),
only.intervals = TRUE,
...,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for toeplitz.ssa
forecast(object,
groups, h = 1,
method = c("recurrent", "vector"),
interval = c("none", "confidence", "prediction"),
only.intervals = TRUE,
...,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for 1d.ssa
predict(object,
groups, len = 1,
method = c("recurrent", "vector"),
interval = c("none", "confidence", "prediction"),
only.intervals = TRUE,
...,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for toeplitz.ssa
predict(object,
groups, len = 1,
method = c("recurrent", "vector"),
interval = c("none", "confidence", "prediction"),
only.intervals = TRUE,
...,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for mssa
predict(object,
groups, len = 1,
method = c("recurrent", "vector"),
direction = c("column", "row"),
...,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)