-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_pkgdown.yml
More file actions
110 lines (108 loc) · 2.81 KB
/
_pkgdown.yml
File metadata and controls
110 lines (108 loc) · 2.81 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
url: https://rjdverse.github.io/rjd3x13/
template:
bootstrap: 5
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
- rpackages
right:
- jdemetra
- github
components:
home:
icon: fa-home fa-lg
href: index.html
aria-label: Home
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
jdemetra:
text: JDemetra+
menu:
- text: Download JDemetra+
href: https://github.com/jdemetra/jdemetra-app/releases
- text: JDemetra+ documentation
href: https://jdemetra-new-documentation.netlify.app/
rpackages:
text: Around JDemetra+ and R
menu:
- text: rjd3toolkit
href: https://github.com/rjdverse/rjd3toolkit
- text: rjd3workspace
href: https://github.com/rjdverse/rjd3workspace
- text: rjwsacruncher
href: https://github.com/AQLT/rjwsacruncher
- text: JDCruncher
href: https://github.com/InseeFrLab/JDCruncher
- text: ggdemetra3
href: https://github.com/AQLT/ggdemetra3
github:
icon: fa-github fa-lg
href: https://github.com/rjdverse/rjd3x13
aria-label: GitHub
reference:
- title: Defining specifications
desc: Prior settings for seasonal adjustment with X-13ARIMA or Reg-Arima modelling
contents:
- '`regarima_spec`'
- '`x13_spec`'
- '`x11_spec`'
- '`set_x11`'
- title: Seasonal adjustment
desc: Functions to perform seasonal adjustment with X-13ARIMA
contents:
- '`x13`'
- '`x13_fast`'
- '`x11`'
- title: RegARIMA
desc: Functions to perform regARIMA estimation only
contents:
- '`regarima`'
- '`regarima_fast`'
- title: Outlier Detection
desc: Outlier Detection with a RegARIMA Model
contents:
- '`regarima_outliers`'
- title: Refresh policies
desc: Functions to update a specification within a domain of constraints
contents:
- '`regarima_refresh`'
- '`x13_refresh`'
- title: Revision History
desc: Monitoring revisions in estimation when adding data
contents:
- '`x13_revisions`'
- title: Output description
desc: Displaying names and description of all available output objects, defining customized output
contents:
- '`x13_dictionary`'
- '`x13_full_dictionary`'
- '`userdefined_variables_x13`'
- title: Wrangling Java objects
desc: Functions to easily interact between R and Java objects
contents:
- '`.x13_rslts`'
- '`.jd2r_spec_x11`'
- '`.r2jd_spec_x11`'
- '`.r2jd_spec_regarima`'
- '`.jd2r_spec_regarima`'
- '`.r2jd_spec_x13`'
- '`.jd2r_spec_x13`'
- '`.jx13`'
- title: Deprecated functions
desc: Use new version
contents:
- '`spec_x13`'
- '`spec_regarima`'
- '`spec_x11`'
- '`fast_x13`'
- '`fast_regarima`'