Rssa (version 1.0.2)

grouping.auto: 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

Value

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

Details

`grouping.auto' is a wrapper function which calls the methods `grouping.auto.pgram' and `grouping.auto.wcor'.

See Also

grouping.auto.pgram, grouping.auto.wcor