Hi,
I think that the names of the functions SEATS() and X11() (or the associated documentation) can be misleadings since, if I'm not mistaken, in both functions the seasonal decomposition is made with X-13ARIMA-SEATS. In both case a pre-adjustment step is done to adjust from trading days effects, some outliers, etc. And a forecast of this pre-adjusted series is done. Then it is this pre-adjusted series that is decomposes with SEATS or X-11.
Therefore, X11() doesn’t not perform a seasonal adjustment with X-11 but with X-13ARIMA-SEATS.
Maybe I should ask this other question in another issue but I was also wondering why the decomposition mode is forced with X11() (to additive) and not with SEATS()? By default X-13ARIMA-SEATS performs an automatic selection of the decomposition mode and the most common decomposition mode for economic time series is multiplicative.
Hi,
I think that the names of the functions
SEATS()andX11()(or the associated documentation) can be misleadings since, if I'm not mistaken, in both functions the seasonal decomposition is made with X-13ARIMA-SEATS. In both case a pre-adjustment step is done to adjust from trading days effects, some outliers, etc. And a forecast of this pre-adjusted series is done. Then it is this pre-adjusted series that is decomposes with SEATS or X-11.Therefore,
X11()doesn’t not perform a seasonal adjustment with X-11 but with X-13ARIMA-SEATS.Maybe I should ask this other question in another issue but I was also wondering why the decomposition mode is forced with
X11()(to additive) and not withSEATS()? By default X-13ARIMA-SEATS performs an automatic selection of the decomposition mode and the most common decomposition mode for economic time series is multiplicative.