-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathP_Algorithms.qmd
37 lines (23 loc) · 1.17 KB
/
P_Algorithms.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
28
29
30
31
32
33
34
35
36
37
# Algorithms {.unnumbered #part-A}
This part provides practical guidance for using all the algorithms featured in JDemetra+, be it with the [Graphical User Interface](#t-gui-overview) or [R packages](#t-r-packs)
Further methodological insights on each algorithm can be found in the [Methods](#part-M) part of this book, whereas detailed description of all the available tools allowing to access the algorithms can be found in the [Tools](#part-T) part.
JDemetra+ provides algorithms in the following domains:
Seasonal Adjustment (SA)
- [Seasonal Adjustment overview](#sa-overview)
- [Pre-treatment](#sa-pre-t)
- [SA: X11 decomposition](a-sa-X11)
- [SA: Seats-decomposition](#a-sa-seats)
- [SA: Revision policies](#a-rev-pol)
- [SA of High-Frequency Data](#a-sa-hf)
- [SA: STL+ and MSTL+](#a-sa-stl)
- [X12+ and MX12+](a-sa-x12)
- [STS and MSTS](#a-sa-bsm)
Modelling and Auxiliary Variables
- [Reg-Arima modelling](#a_reg-a)
- [Outlier detection and external regressors](#a-out-reg-ext)
- [Calendar correction](#a-cal)
And also
- [Benchmarking and temporal disaggregation](#a-bench)
- [Trend-Cycle estimation](#a-trend)
- [Revision analysis](#a-revs)
- [Nowcasting](#a-now)