| x11 | R Documentation |
X-11 Decomposition Algorithm
x11(ts, spec = x11_spec(), userdefined = NULL)
ts |
an univariate time series. |
spec |
the specification. |
userdefined |
a vector containing additional output variables
(see |
the x11() function returns a list with the results (series) and final parameters
y <- rjd3toolkit::ABS$X0.2.09.10.M
x11_spec <- x11_spec()
x11(y, x11_spec)
x11_spec <- set_x11(x11_spec, henderson.filter = 13)
x11(y, x11_spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.