Learn R Programming

rSFA (version 1.5)

sfa1Step: A step in the SFA1 algorithm.

Description

!!! Do not use this function directly, use sfaStep instead !!!

Usage

sfa1Step(sfaList, arg = NULL, step = NULL, method = NULL)

Arguments

sfaList

A list that contains all information about the handled sfa-structure

arg

Input data, each column a different variable

step

Specifies the current SFA step. Must be given in the right sequence: for SFA1 objects: "preprocessing", "sfa" for SFA2 objects: "preprocessing", "expansion", "sfa" Each time a new step is invoked, the previous one is closed, which might take some time.

method

Method to be used: For sfaList$step="expansion" the choices are "TIMESERIES" or "CLASSIF". For sfaList$step="sfa" currently no choices.

Value

list sfaList taken from the input, with new information added to this list. Among the new items are:

avg0

mean vector in input space

SF

(sfaRange x sfaRange)-matrix with rows which contain the directions in expanded space with slow signals. The rows are sorted acc. to increasing eigenvalues of time-diff covariance matrix

See Also

sfaStep sfa1Create sfa2Step