ETScomponents {UComp}R Documentation

ETScomponents

Description

Estimates components of ETS models

Usage

ETScomponents(m)

Arguments

m

an object of type ETS created with ETSmodel

Value

The same input object with the appropriate fields filled in, in particular:

comp

Estimated components in matrix form

Author(s)

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETSestim

Examples

## Not run: 
m1 <- ETS(log(gdp))
m1 <- ETScomponents(m1)

## End(Not run)

[Package UComp version 4.0.2 Index]