ETScomponents: ETScomponents

View source: R/ETScomponents.R

ETScomponentsR 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)

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to ETScomponents in UComp...