CDCgov / ww-inference-model

An in-development R package and a Bayesian hierarchical model jointly fitting multiple "local" wastewater data streams and "global" case count data to produce nowcasts and forecasts of both observations
https://cdcgov.github.io/ww-inference-model/
Apache License 2.0
14 stars 1 forks source link

Improve package provided GI using `primarycensoreddist` #166

Open kaitejohnson opened 1 week ago

kaitejohnson commented 1 week ago

primarycensoreddist now supports numerically solved double censored pmf calculation (https://primarycensoreddist.epinowcast.org/dev/articles/primarycensoreddist.html#compute-the-primary-event-censored-probability-mass-function-pmf-with-dprimarycensoreddist). We should replace our current approximate discretization approach in data-raw/ and add primarycensoreddist as a dependency. @seabbs

seabbs commented 1 week ago

or as a suggests as only being used in data-raw (i.e its a dev dep and not a runtime dep as it stands)