new_decomposition: "decomposition" Constructor Function

View source: R/classes.R

new_decompositionR Documentation

"decomposition" Constructor Function

Description

Constructs objects of the "decomposition" class.

Usage

new_decomposition(reconstruction_list, grouping_matrix, window_length, ts_ssa)

Arguments

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".

Value

A list of the class "decomposition".


VisitorCounts documentation built on April 4, 2025, 2:22 a.m.