plot.thetam {forecastHybrid} | R Documentation |
Plot components from Theta model
Description
Produces a plot of the level components from the ETS model underlying a Theta model
Usage
## S3 method for class 'thetam'
plot(x, ...)
Arguments
x |
Object of class "thetam". |
... |
Other plotting parameters passed through to |
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
Examples
model <- thetam(wineind)
plot(model)
[Package forecastHybrid version 5.0.19 Index]