grouping.auto {Rssa}R 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


[Package Rssa version 1.0.5 Index]