ssa.capabilities: SSA methods and capabilities check

View source: R/capabilities.R

ssa.capabilitiesR Documentation

SSA methods and capabilities check

Description

Not all SSA algorithms and methods could be applied to SSA objects of any kind (e.g. gapfilling requires shaped SSA object, one cannot forecast for 3D-SSA and so on). This function allows one to determine a set of methods allowed to be applied to a particular SSA object

Usage

ssa.capabilities(x)

Arguments

x

SSA object holding the decomposition

Value

Logical vector, indicating which methods are allowed

Examples

# Decompose 'co2' series with default parameters
s <- ssa(co2)
# Since this is 1d SSA object, everything should be supported except
# gapfilling
print(ssa.capabilities(s))

asl/rssa documentation built on Aug. 29, 2022, 10:16 a.m.