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

Examples


m1 <- ETS(log(gdp))
m1 <- ETScomponents(m1)


UComp documentation built on April 24, 2026, 5:07 p.m.

Related to ETScomponents in UComp...