-
Notifications
You must be signed in to change notification settings - Fork 7
/
P_Methods.qmd
35 lines (14 loc) · 883 Bytes
/
P_Methods.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Methods {.unnumbered #part-M}
This part provides underlying methodological background on all the algorithms featured in JDemetra+.
Practical guidance on how to use these algorithms can be found [here](#part-A), whereas detailed description of all the available tools allowing to use them can be found in the [Tools](#part-T) part of this book.
In this part:
- [Spectral analysis tools](#m-spectrum)
- [Tests for seasonality and residuals](M-tests.qmd)
- [Reg-Arima modelling](#m-reg-a)
- [X-11: moving average based decomposition](#m-X11)
- [SEATS: Arima model based decomposition](#m-seats)
- [STL: Loess based decomposition](#m-stl)
- [Structural time series and state space framework](#m-ssf)
- [Seasonal Adjustment of High-Frequency Data](#m-sa-hf)
- [Trend Estimation](#m-trend)
- [Benchmarking and temporal disaggregation](m-bench)