Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e992c4

Browse files
committedNov 26, 2024·
Updated references in vignettes, index, readme. Updated index links.
1 parent 3803a47 commit 9e992c4

File tree

5 files changed

+41
-19
lines changed

5 files changed

+41
-19
lines changed
 

‎.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
^README\.Rmd$
55
^TODO\.Rmd$
66
^TODO\.md$
7+
^index\.md$
78
^examples$
89
^\.github$
910
^codecov\.yml$

‎README.Rmd

+5-4
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,13 @@ Statistics and Computing 34 (1), 21.
260260

261261
Zambon, L., Agosto, A., Giudici, P., Corani, G. (2024).
262262
*Properties of the reconciled distributions for Gaussian and count forecasts*.
263-
International Journal of Forecasting (in press).
263+
International Journal of Forecasting 40 (4), 1438-1448.
264264
[DOI](https://doi.org/10.1016/j.ijforecast.2023.12.004)
265265

266-
Zambon, L., Azzimonti, D., Rubattu, N., Corani, G. (2024).
267-
*Probabilistic reconciliation of mixed-type hierarchical time series*.
268-
The 40th Conference on Uncertainty in Artificial Intelligence, accepted.
266+
Zambon, L., Azzimonti, D., Rubattu, N., Corani, G. (2024).
267+
*Probabilistic reconciliation of mixed-type hierarchical time series*.
268+
Proceedings of the Fortieth Conference on Uncertainty in Artificial Intelligence,
269+
in Proceedings of Machine Learning Research 244:4078-4095. [Available here](https://proceedings.mlr.press/v244/zambon24a.html).
269270

270271
## Contributors
271272

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,14 @@ Statistics and Computing 34 (1), 21.
275275

276276
Zambon, L., Agosto, A., Giudici, P., Corani, G. (2024). *Properties of
277277
the reconciled distributions for Gaussian and count forecasts*.
278-
International Journal of Forecasting (in press).
278+
International Journal of Forecasting 40 (4), 1438-1448.
279279
[DOI](https://doi.org/10.1016/j.ijforecast.2023.12.004)
280280

281281
Zambon, L., Azzimonti, D., Rubattu, N., Corani, G. (2024).
282282
*Probabilistic reconciliation of mixed-type hierarchical time series*.
283-
The 40th Conference on Uncertainty in Artificial Intelligence, accepted.
283+
Proceedings of the Fortieth Conference on Uncertainty in Artificial
284+
Intelligence, in Proceedings of Machine Learning Research 244:4078-4095.
285+
[Available here](https://proceedings.mlr.press/v244/zambon24a.html).
284286

285287
## Contributors
286288

‎index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ The main functions are:
3737

3838
## Getting started
3939

40-
The starting point for `bayesRecon` functions is the vignette in the "Get Started"
41-
section of the website. Moreover you can find the documentation in the
42-
Reference section and additional vignettes in the Articles section.
43-
Finally a short example is provided below.
40+
The starting point for `bayesRecon` functions is the vignette ["Get Started"](https://idsia.github.io/bayesRecon/articles/bayesRecon.html).
41+
You can all find documentation in [Reference section](https://idsia.github.io/bayesRecon/reference/index.html) and additional vignettes in the Articles section.
42+
Finally a short example with code is provided below.
4443

4544

4645
## Installation
@@ -272,9 +271,10 @@ Statistics and Computing 34 (1), 21.
272271

273272
Zambon, L., Agosto, A., Giudici, P., Corani, G. (2024). *Properties of
274273
the reconciled distributions for Gaussian and count forecasts*.
275-
International Journal of Forecasting (in press).
274+
International Journal of Forecasting 40 (4), 1438-1448.
276275
[DOI](https://doi.org/10.1016/j.ijforecast.2023.12.004)
277276

278277
Zambon, L., Azzimonti, D., Rubattu, N., Corani, G. (2024).
279278
*Probabilistic reconciliation of mixed-type hierarchical time series*.
280-
The 40th Conference on Uncertainty in Artificial Intelligence, accepted.
279+
Proceedings of the Fortieth Conference on Uncertainty in Artificial Intelligence,
280+
in Proceedings of Machine Learning Research 244:4078-4095. [Available here](https://proceedings.mlr.press/v244/zambon24a.html).

‎vignettes/references.bib

+25-7
Original file line numberDiff line numberDiff line change
@@ -148,16 +148,23 @@ @article{zambon2022efficient
148148

149149

150150

151-
152151
@article{zambon2024properties,
153152
title = {Properties of the reconciled distributions for Gaussian and count forecasts},
154153
journal = {International Journal of Forecasting},
154+
volume = {40},
155+
number = {4},
156+
pages = {1438-1448},
155157
year = {2024},
156158
issn = {0169-2070},
157-
author = {Lorenzo Zambon and Arianna Agosto and Paolo Giudici and Giorgio Corani}
159+
doi = {https://doi.org/10.1016/j.ijforecast.2023.12.004},
160+
url = {https://www.sciencedirect.com/science/article/pii/S016920702300136X},
161+
author = {Lorenzo Zambon and Arianna Agosto and Paolo Giudici and Giorgio Corani},
162+
keywords = {Reconciliation, Hierarchical forecasting, Importance sampling, Intermittent time series, Probabilistic forecasts}
158163
}
159164

160165

166+
167+
161168
@article{corani2023probabilistic,
162169
title={Probabilistic reconciliation of count time series},
163170
author={Corani, Giorgio and Azzimonti, Dario and Rubattu, Nicol{\`o}},
@@ -188,13 +195,24 @@ @article{agosto2022multivariate
188195
year={2022}
189196
}
190197

191-
@inproceedings{zambon2024mixed,
192-
title={Probabilistic reconciliation of mixed-type hierarchical time series},
193-
author={Zambon, Lorenzo and Azzimonti, Dario and Rubattu, Nicolò and Corani, Giorgio},
194-
booktitle={The 40th Conference on Uncertainty in Artificial Intelligence},
195-
year={2024}
198+
199+
@InProceedings{zambon2024mixed,
200+
title = {Probabilistic reconciliation of mixed-type hierarchical time series},
201+
author = {Zambon, Lorenzo and Azzimonti, Dario and Rubattu, Nicol\`o and Corani, Giorgio},
202+
booktitle = {Proceedings of the Fortieth Conference on Uncertainty in Artificial Intelligence},
203+
pages = {4078--4095},
204+
year = {2024},
205+
editor = {Kiyavash, Negar and Mooij, Joris M.},
206+
volume = {244},
207+
series = {Proceedings of Machine Learning Research},
208+
month = {15--19 Jul},
209+
publisher = {PMLR},
210+
pdf = {https://raw.githubusercontent.com/mlresearch/v244/main/assets/zambon24a/zambon24a.pdf},
211+
url = {https://proceedings.mlr.press/v244/zambon24a.html}
196212
}
197213

214+
215+
198216
@article{MAKRIDAKIS20221325,
199217
title = {{The M5 competition: Background, organization, and implementation}},
200218
journal = {International Journal of Forecasting},

0 commit comments

Comments
 (0)
Please sign in to comment.