View source: R/tramo_outliers.R
tramo_outliers | R Documentation |
Tramo is a particular regarima model estimation algorithm, mainly used to linearized the series before performing a decomposition with Seats
tramo_outliers(
y,
order = c(0L, 1L, 1L),
seasonal = c(0L, 1L, 1L),
mean = FALSE,
X = NULL,
X.td = NULL,
ao = TRUE,
ls = TRUE,
tc = FALSE,
so = FALSE,
cv = 0,
ml = FALSE,
clean = FALSE
)
y |
the dependent variable (a |
order , seasonal |
the orders of the ARIMA model. |
mean |
Boolean to include or not the mean. |
X |
user defined regressors (other than calendar). |
X.td |
calendar regressors. |
ao , ls , so , tc |
Boolean to indicate which type of outliers should be detected. |
cv |
|
ml |
Use of maximum likelihood (otherwise approximation by means of Hannan-Rissanen). |
clean |
Clean missing values at the beginning/end of the series. Regression variables are automatically resized, if need be. |
a "JD3_REGARIMA_OUTLIERS"
object.
tramo_outliers(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.