Constructs objects of the "decomposition" class.
new_decomposition(reconstruction_list, grouping_matrix, window_length, ts_ssa)A list of the class "decomposition".
A list containing important information about the reconstructed time series. In particular, it contains the reconstructed main trend component, overall trend component, seasonal component for each period specified in suspected_periods, and overall seasonal component.
A matrix containing information about the locations of the eigenvalue groups for each period in suspected_periods and trend component. The locations are indicated by '1'.
A numeric indicating the window length.
An object of the class "ssa".