Deprecated functions
Usage
spec_x13(name = c("rsa4", "rsa0", "rsa1", "rsa2c", "rsa3", "rsa5c"))
spec_regarima(name = c("rg4", "rg0", "rg1", "rg2c", "rg3", "rg5c"))
spec_x11()
fast_x13(
ts,
spec = c("rsa4", "rsa0", "rsa1", "rsa2c", "rsa3", "rsa5c"),
context = NULL,
userdefined = NULL
)
fast_regarima(
ts,
spec = c("rg4", "rg0", "rg1", "rg2c", "rg3", "rg5c"),
context = NULL,
userdefined = NULL
)
.jx13(
ts,
spec = c("rg4", "rg0", "rg1", "rg2c", "rg3", "rg5c"),
context = NULL,
userdefined = NULL
)
userdefined_variables_x13(x = c("X-13", "RegArima", "X-11"))Arguments
- name
the name of a predefined specification.
- ts
an univariate time series.
- spec
the model specification. Can be either the name of a predefined specification or a user-defined specification.
- context
list of external regressors (calendar or other) to be used for estimation
- userdefined
a vector containing additional output variables (see
x13_dictionary()).- x
useless parameter
Value
All these functions are deprecated and return the same value as the function that replaces them:
spec_x13()returns the same value asx13_spec()spec_regarima()returns the same value asregarima_spec()spec_x11()returns the same value asx11_spec()fast_x13()returns the same value asx13_fast()fast_regarima()returns the same value asregarima_fast().jx13()returns the same value asjx13()userdefined_variables_x13()returns the same value asx13_dictionary()