Usage
# S3 method for 1d.ssa
igapfill(x, groups, fill = NULL, tol = 1e-6, maxiter = 0,
norm = function(x) sqrt(max(x^2)),
base = c("original", "reconstructed"), ..., trace = FALSE,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for cssa
igapfill(x, groups, fill = NULL, tol = 1e-6, maxiter = 0,
norm = function(x) sqrt(max(x^2)),
base = c("original", "reconstructed"), ..., trace = FALSE,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for toeplitz.ssa
igapfill(x, groups, fill = NULL, tol = 1e-6, maxiter = 0,
norm = function(x) sqrt(max(x^2)),
base = c("original", "reconstructed"), ..., trace = FALSE,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)
# S3 method for nd.ssa
igapfill(x, groups, fill = NULL, tol = 1e-6, maxiter = 0,
norm = function(x) sqrt(max(x^2)),
base = c("original", "reconstructed"), ..., trace = FALSE,
drop = TRUE, drop.attributes = FALSE, cache = TRUE)