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 ETSforecast

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, ETSforecast, ETSvalidate, ETSestim

Examples

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

## End(Not run)

UComp documentation built on April 4, 2025, 5:10 a.m.

Related to ETScomponents in UComp...