ardec.components {ArDec}R Documentation

Function to extract autoregressive components

Description

Extraction of autoregressive components from object of class "ardec"

Usage

ardec.components(object, th = 0.95, ...)

Arguments

object object of class "ardec"
th value of damping threshold
... additional arguments for specific methods

Value

A list with components

periodcomps periodic components
trendcomp trend component

Author(s)

S. M. Barbosa

Examples

data(tempEng)
decomposition=ardec(tempEng,ardec.lm(tempEng)$coefficients)
components=ardec.components(decomposition)
plot(components$trendcomp)
plot(components$periodcomps$comps)

[Package ArDec version 1.2-3 Index]