Skip to content

Releases: epinowcast/epidist

Temporary development release

24 Nov 20:57
Compare
Choose a tag to compare
Pre-release
Bump to dev version

Former-commit-id: c7a6c1dc0a1ad3a07eb24e120858dfedff871f0a
Former-commit-id: dfd2e325ea93e3fb045a3b8b03378437eaf5a5d9
Former-commit-id: f25784bc3da52c3958fe4f2b883ea8db4b853ca5 [formerly a4dd92ee162f5aace5b289ca68b25ee33624942e]
Former-commit-id: cd87f2ceac894d5cbfdc9387303c39319fc5c4bf

epidist 0.1.0

21 Nov 19:15
Compare
Choose a tag to compare

epidist 0.1.0

This is the first minor release of epidist intended for early test users of the package. As some features may change, the package is marked as experimental. We expect to release a stable 1.0.0 version shortly.

The epidist package implements models for epidemiological delay distributions. It uses brms to perform Bayesian inference.

One data format is currently available:

  1. The linelist data format

Two statistical models are currently available:

  1. The naive model: which models the delay directly using brms
  2. The latent model: which implements a latent variable model to correct for biases in the data

The package is readily extensible to additional models via an S3 class based system. In particular, model fitting with [epidist()] is possible using S3 classes for custom:

  1. Families
  2. Formula
  3. Prior distributions
  4. Stan code

We provide functionality for post-processing. Alternatively, users may directly use tidybayes for specific families.

Three vignettes are available. There is also a frequently asked questions website section.