plot.thetam: Plot components from Theta model

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/theta.R

Description

Produces a plot of the level components from the ETS model underlying a Theta model

Usage

1
2
## S3 method for class 'thetam'
plot(x, ...)

Arguments

x

Object of class "thetam".

...

Other plotting parameters passed through to plot

Details

The "state" component of the plot comes from the model ets(..., model = "ANN") that was fit as part of the theta method. The "seasonal" component is the multipliers from multiplicative classical decomposition seasonal adjustment that is performed before the ets model is fit. The "linear" component shows the direction and slope of drift that is used in the forecasting to come.

Value

None. Function produces a plot.

Author(s)

Peter Ellis

See Also

thetam

Examples

1
2
model <- thetam(wineind)
plot(model)

forecastHybrid documentation built on Aug. 28, 2020, 9:08 a.m.