-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
137 lines (130 loc) · 4.14 KB
/
_quarto.yml
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
project:
type: book
book:
title: "JDemetra+ documentation"
reader-mode: false
sharing: [facebook, twitter, linkedin]
page-footer:
right: |
<li><a href="https://github.com/annasmyk/JD_Quarto_Book" target="blank">Code source</a></li>
left: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
repo-actions: [edit,issue]
site-url: https://jdemetra-new-documentation.netlify.app/
repo-url: https://github.com/annasmyk/JD_Quarto_Book
repo-branch: main
# cover-image: resources/logo-utilitr.png
# favicon: resources/logo-utilitr.png
sidebar:
style: "floating"
search: true
collapse-level: 1
author:
- name: Anna Smyk (Coordinator)
url: https://github.com/annasmyk
affiliations:
- name: Insee
country: France
city: Paris
url: "https://www.insee.fr/fr/accueil"
- name: Tanguy Barthelemy
url: https://github.com/TanguyBarthelemy
affiliations:
- name: Insee
country: France
city: Paris
url: "https://www.insee.fr/fr/accueil"
role: "Author"
- name: Karsten Webel
url: https://github.com/webelk
affiliations:
- name: Deutsche Bundesbank
country: Germany
city: Frankfurt
url: "https://www.bundesbank.de"
role: "Collaborator"
- name: Maria Novas Filgueira
url: https://github.com/maria-novas
affiliations:
- name: Ine
country: Spain
city: Madrid
url: "https://www.ine.es/"
role: "Collaborator"
- name: Luis Sanguiao Sande
affiliations:
- name: Ine
country: Spain
city: Madrid
url: "https://www.ine.es/"
role: "Collaborator"
- name: Felix Aparicio Perez
affiliations:
- name: Ine
country: Spain
city: Madrid
url: "https://www.ine.es/"
role: "Collaborator"
date: "10/18/2024"
page-navigation: true
chapters:
- index.qmd
##- example.qmd
- G-how-to-use-this-book.qmd ## (#G-use-book)
- G-news-v3-vs-v2.qmd ##(#v3-vs-v2)
##- G-jd-history.qmd ##(#g-jd-hist)
- part: P_Algorithms.qmd ##(#part-A)
chapters:
- A-RegArima-Tramo-Modelling-Overview.qmd ## (#a-reg-a)
- A-sa-overview.qmd ##(#sa-overview)
- A-sa-pre-treatment.qmd ##(#sa-pre-t)
- A-sa-X11-decomposition.qmd ##(a-sa-X11)
- A-sa-seats-decomposition.qmd ##(#a-sa-seats)
- A-rev-policies.qmd ##(#a-rev-pol)
- A-sa-hf.qmd ##(#a-sa-hf)
- A-sa-x12.qmd
- A-sa-stl-decomposition.qmd ##(#a-sa-stl)
- A-sa-bsm.qmd ##(#a-sa-bsm)
- A-outlier-detection.qmd ##(#a-out-reg-ext)
- A-calendar-correction.qmd ##(#a-cal)
- A-benchmarking.qmd ##(#a-bench)
- A-trend-cycle-estimation.qmd ##(#a-trend)
- A-revision-analysis.qmd ##(#a-revs)
- A-nowcasting.qmd ##(#a-now)
- part: P_Tools.qmd ##(#part-T)
chapters:
- T-GUI-Overview.qmd ##(#t-gui-overview)
- T-GUI-Data-Viz-TS-Tools.qmd ##(#t-GUI-tstools)
- T-GUI-SA-Modelling-Features.qmd ##(#t-gui-sa)
- T-GUI-Output.qmd ##(#t-gui-output)
- T-plug-ins.qmd ##(#t-plug-ins)
- T-Production-tools-cruncher-QR.qmd ##(#t-prod)
- T-r-packages.qmd ##(#t-r-packs)
- part: P_Methods.qmd ##(#part-T)
chapters:
- M-spectral-analysis.qmd ##(#m-spectrum)
- M-reg-arima-modelling.qmd ##(#m-reg-a)
- M-X11-decomposition.qmd ##(#m-X11)
- M-SEATS-decomposition.qmd ##(#m-seats)
#- M-sa-hf.qmd ##(#m-sa-hf)
# - M-Trend-Estimation-Local-Polynomials.qmd ##(#m-trend)
- M-tests.qmd ##(#m-tests)
- M-STL-decomposition.qmd ##(#m-stl)
# - M-state-space-framework.qmd ##(#m-ssf)
- M-Temp-Disagg-Bench.qmd ##(#m-bench)
- M-revision-analysis.qmd ##(#m-revs)
- Output_Description.qmd
- references.qmd
bibliography: references.bib
format:
html:
grid:
body-width: 800px
theme:
- united
- custom.scss
css: styles.css
pdf:
mainfont: "DejaVu Sans"
documentclass: scrreprt
editor: source