-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.Rmd
53 lines (28 loc) · 1.11 KB
/
TODO.Rmd
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
---
title: "To Do file for package"
output: github_document
date: "2023-03-30"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## General
* Create a test for the case where .fix_weights returns a warning.
* Decide on notation upper vs aggregate
* Add start in temporal aggregation
* Remove bullet points from all argument descriptions
* Vignettes: comparison between MCMC and BUIS on different hierarchies
* tscounts
## Docs
* Docs MCMC: add link/reference for MCMC convergence checks
* update README with badges, installation
* Once we make github public: add getting help and contribute sections to README
## Long term to do
* add `usethis::use_github_action()`
* Change documentation of reconc_buis and reconc_mcmc: distr can be a list of strings (also in_type?)
* Check on list of distributions (if a bottom is continuous, then all the upper must be continuous)
* Control on effective sample size to check for weights collapse
* Extension to batch-BUIS?
* check use of parallel computation on local cores for batch BUIS.
* Add zero-inflation
* Add "fixed forecast" (i.e. Dirac delta)