tramo_forecast | R Documentation |
Forecasts with TRAMO
tramo_forecast(
ts,
spec = c("trfull", "tr0", "tr1", "tr2", "tr3", "tr4", "tr5"),
nf = -1,
context = NULL
)
ts |
a univariate time series. |
spec |
the model specification. Can be either the name of a predefined specification or a user-defined specification. |
nf |
the forecasting horizon ( |
context |
the dictionnary of variables. |
a mts
object with 7 variables:
forecast
the forecast of the actual data at the end of the series.
error
standard deviation of the forecast.
fraw
the forecast of the transformed series.
efraw
the standard deviation of the forecast of the transformed series.
tramo_forecast(rjd3toolkit::ABS$X0.2.09.10.M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.