Skip to content

Commit

Permalink
add a news update
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Dec 3, 2024
1 parent 2aabfd7 commit ff89e3b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@

Development version of `epidist`.

## Models

- Added a marginalised likelihood model based on `primarycensored`. This can be specified using `as_epidist_marginal_model()`. This is currently limited to Weibull, Log-Normal, and Gamma distributions with uniform primary censoring but this will be generalised in future releases. See #426.
- Added user settable primary event priors to the latent model. See #474.
- Added a marginalised likelihood to the latent model. See #474.

## Package

- Remove the default method for `epidist()`. See #473.
- Added `enforce_presence` argument to `epidist_prior()` to allow for priors to be
specified if they do not match existing parameters. See #474.
- Added a `merge` argument to `epidist_prior()` to allow for not merging user and package priors. See #474.
- Added user settable primary event priors to the latent model. See #474.
- Added a marginalised likelihood to the latent model. See #474.
- Generalised the stan reparametrisation feature to work across all distributions without manual specification by generating stan code with `brms` and then extracting the reparameterisation. See #474.
- Added a `transform_data` s3 method to allow for data to be transformed for specific models. This is specifically useful for the marginal model at the moment as it allows reducing the data to its unique strata. See #474.

## Documentation

- Brings the README into line with `epinowcast` standards. See #467.
- Switched over to using the marginal model everywhere. See #426.
- Added helper functions for new variables to avoid code duplication in vignettes. See #426.

# epidist 0.1.0

Expand Down

0 comments on commit ff89e3b

Please sign in to comment.