primarycensoreddist 0.2.0
This release puts in place initial documentation and vignettes. It also includes a new primary censored distribution interface to allow for non-secondary event censored distributions. Development of this release as identified some numerical issues in the
gradient evaluations for the primary censored distributions which may lead to breaking
interface changes in 0.3.0
for the Stan code.
Package
- Added support for
swindow = 0
torprimarycensoreddist
to allow for non-secondary event censored distributions. - Adapted
rprimarycensoreddist
so that truncation is based on the primary censored distribution before secondary events are censored. This better matches the generative process. - Added a new Stan interface tool to enable finding which files functions are implemented in the Stan code.
Documentation
- Added a getting started vignette.
- Added a vignette showcasing how to use the package Stan code with
cmdstanr
. - Added a vignette showcasing how to fit distributions using the
cmdstanr
package.
Pull requests
- Update README by @github-actions in #18
- Update codemeta.json by @github-actions in #20
- Update CITATION.cff by @github-actions in #19
- Add swindow = 0 support for sampling from the primary censored distributions. by @seabbs in #21
- Issue 15: Getting started vignette by @seabbs in #22
- Update codemeta.json by @github-actions in #24
- Issue 23: Switch sampling order to truncate and then censor by @seabbs in #26
- Issue 14: Add using primarycensoreddist with stan vignette by @seabbs in #27
- Update README by @github-actions in #28
- Update README by @github-actions in #30
- Issue 14: Fitting delay estimates using primarycensoreddist by @seabbs in #33
- Update codemeta.json by @github-actions in #39
- Update codemeta.json by @github-actions in #40
New Contributors
Full Changelog: v0.1.0...v0.2.0