View source: R/regarima_spec.R
set_outlier | R Documentation |
Set Outlier Specification
set_outlier( x, span.type = c(NA, "All", "From", "To", "Between", "Last", "First", "Excluding"), d0 = NULL, d1 = NULL, n0 = 0, n1 = 0, outliers.type = NA, critical.value = NA, tc.rate = NA, method = c(NA, "AddOne", "AddAll"), maxiter = NA, lsrun = NA, eml.est = NA )
x |
the specification. |
span.type, d0, d1, n0, n1 |
parameters to specifiy the span of to be used.
|
outliers.type |
vector of characters of the outliers to be automatically detected. |
critical.value |
|
tc.rate |
the rate of decay for the transitory change outlier. |
method |
(REGARIMA/X13 Specific) determines how the program successively adds detected outliers to the model.
At present, only the |
maxiter |
(REGARIMA/X13 Specific) TODO |
lsrun |
(REGARIMA/X13 Specific) TODO |
eml.est |
(TRAMO Specific) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.