Published January 4, 2021
| Version v2.4.0
Software
Open
ggdist: Visualizations of distributions and uncertainty
Description
New features:
- add
pdf
andcdf
computed variables for thestat_sample_slabinterval()
subfamily. See new examples of usage in the last section ofvignette("slabinterval")
. (#11) - add
cut_cdf_qi()
for creating (amongst other things) interval-filled halfeyes, in the style ofbayesplot::mcmc_areas()
(#11) - add
fill_ramp
andcolor_ramp
scales togeom_slabinterval()
andgeom_lineribbon()
families, making it easier to separate group colors from interval/density/CDF colors. See new examples invignette("slabinterval")
,vignette("lineribbon")
, andvignette("freq-uncertainty-vis")
. (#16) - auto-detect finite limits on analytical distributions, so (e.g.) distributions like the beta will not cut off tails close to 0 or 1. (#18)
- add
brms::brmsprior
implementation forparse_dist()
(#34)
New documentation:
vignette("freq-uncertainty-vis")
now usesdistributional::dist_student_t()
(#14)- add references to fuzzygrams in
vignette("slabinterval")
(#23) - add examples with separate positioning of slab and interval (#27)
- add discussion of limitations of curvewise intervals to
vignette("lineribbon")
(#22) - soft-deprecate usage of
interval_size_range
argument in docs (#35) - initial versions of some cheat sheets
Bug fixes:
- add limited
na.rm
support tocurve_interval()
(#22) - use analytical instead of numerical derivatives on scale transformations where possible, improving reliability.
Files
mjskay/ggdist-v2.4.0.zip
Files
(23.8 MB)
Name | Size | Download all |
---|---|---|
md5:6b71a188f7035e2da42675452a7688b7
|
23.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mjskay/ggdist/tree/v2.4.0 (URL)