grouping.auto: Group Elementary Series

View source: R/autossa.R

grouping.autoR Documentation

Group Elementary Series

Description

The ‘grouping.auto’ function performs the Grouping Step of SSA using different approaches.

Usage

grouping.auto(x, ..., grouping.method = c("pgram", "wcor"))

Arguments

x

SSA object

grouping.method

String specifying the method used to perform the grouping. Allowed methods are ‘"pgram"’ (the default) and ‘"wcor"’

...

Further arguments to specific methods

Details

‘grouping.auto’ is a wrapper function which calls the methods ‘grouping.auto.pgram’ and ‘grouping.auto.wcor’.

Value

List of integer vectors holding the indices of the elementary components forming each grouped objects.

See Also

grouping.auto.pgram, grouping.auto.wcor


Rssa documentation built on Aug. 23, 2022, 1:06 a.m.