Learn R Programming

Rssa (version 0.8.2)

precache: Calculates and caches elementary series inside SSA object

Description

Calculates all the elementary series and saves inside SSA object. After this the grouping procedure can be performed much faster.

Usage

## S3 method for class 'ssa':
precache(this, n, \dots)

Arguments

this
SSA object.
n
integer, number of series to calculate and save.
...
further arguments passed to the reconstruction routines.

See Also

reconstruct

Examples

Run this code
# Decompose 'co2' series with default parameters
s <- new.ssa(co2)
summary(s)
# Precache the stuff
precache(s)
summary(s)

Run the code above in your browser using DataLab