Skip to content

bayesplot v1.10.0

Compare
Choose a tag to compare
@jgabry jgabry released this 16 Nov 22:48
· 75 commits to master since this release
  • New function mcmc_rank_ecdf() for rank ecdf plots with confidence bands for
    assessing if two or more chains sample the same distribution (#282,
    @TeemuSailynoja)
  • New functions ppc_pit_ecdf(), ppc_pit_ecdf_grouped(), PIT ecdf plots with
    confidence bands to assess if y and yrep contain samples from the same
    distribution. (#282, @TeemuSailynoja)
  • Several ppc and ppd functions now accept the new linewidth argument
    introduced in ggplot2 3.4.0: ppc_bars(), ppc_bars_grouped(),
    ppc_intervals(), ppc_intervals_grouped(), ppd_intervals(),
    ppd_intervals_grouped().
  • Fix bug in how mcmc_pairs() detected hitting max_treedepth, thanks to @dmphillippo. (#281)
  • Fix failing tests due to changes in ggplot2 3.4.0 (#289)