new_decomposition {VisitorCounts} | R Documentation |
Constructs objects of the "decomposition" class.
new_decomposition(reconstruction_list, grouping_matrix, window_length, ts_ssa)
reconstruction_list |
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. |
grouping_matrix |
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'. |
window_length |
A numeric indicating the window length. |
ts_ssa |
An object of the class "ssa". |
A list of the class "decomposition".