You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)