|
1 | 1 | <!-- See http://style.tidyverse.org/news.html for advice on writing news -->
|
2 | 2 |
|
3 | 3 |
|
4 |
| -# bayesplot 1.7.2.9000 |
| 4 | +# bayesplot 1.8.0 |
5 | 5 |
|
6 | 6 | <!--
|
7 | 7 | (GitHub issue/PR numbers in parentheses)
|
8 | 8 | * Items for next release go here
|
9 | 9 | -->
|
10 | 10 |
|
11 |
| -* Added `ppc_dens_overlay_grouped()` and `ppc_ecdf_overlay_grouped()` for |
12 |
| - plotting density and cumulative distributions of the posterior predictive |
13 |
| - distribution (versus observed data) by group. (#212) |
| 11 | +### Bug fixes |
| 12 | + |
| 13 | +* `mcmc_areas()` tries to use less vertical blank space. (#218, #230) |
14 | 14 |
|
15 | 15 | * Fix bug in `color_scheme_view()` minimal theme (#213).
|
16 | 16 |
|
17 |
| -* On the y axis, `ppc_loo_pit_qq(..., compare = "normal")` now plots standard |
18 |
| - normal quantiles calculated from the PIT values (instead of the standardized |
19 |
| - PIT values). (#240, #243, @fweber144) |
| 17 | +* Fix error in `mcmc_acf()` for certain input types. (#244, #245, @hhau) |
| 18 | + |
| 19 | +### New features |
| 20 | + |
| 21 | +* New plotting functions `ppc_dens_overlay_grouped()` and `ppc_ecdf_overlay_grouped()` |
| 22 | + for plotting density and cumulative distributions of the posterior predictive |
| 23 | + distribution (versus observed data) by group. (#212) |
20 | 24 |
|
21 | 25 | * New plotting function `ppc_km_overlay()` for outcome variables that are
|
22 | 26 | right-censored. Empirical CCDF estimates of `yrep` are compared with the
|
23 | 27 | Kaplan-Meier estimate of `y`. (#233, #234, @fweber144)
|
| 28 | + |
| 29 | +* `ppc_loo_pit_overlay()` now uses a boundary correction for an improved kernel |
| 30 | + density estimation. The new argument `boundary_correction` defaults to TRUE but |
| 31 | + can be set to FALSE to recover the old version of the plot. (#171, #235, |
| 32 | + @ecoronado92) |
24 | 33 |
|
25 | 34 | * CmdStanMCMC objects (from CmdStanR) can now be used with extractor
|
26 | 35 | functions `nuts_params()`, `log_posterior()`, `rhat()`, and
|
27 | 36 | `neff_ratio()`. (#227)
|
| 37 | + |
| 38 | +* On the y axis, `ppc_loo_pit_qq(..., compare = "normal")` now plots standard |
| 39 | + normal quantiles calculated from the PIT values (instead of the standardized |
| 40 | + PIT values). (#240, #243, @fweber144) |
28 | 41 |
|
29 |
| -* Added missing `facet_args` argument to `mcmc_rank_overlay()`. (#221, @hhau) |
| 42 | +* `mcmc_rank_overlay()` gains argument `facet_args`. (#221, @hhau) |
30 | 43 |
|
31 |
| -* Size of points and interval lines can set in |
| 44 | +* For `mcmc_intervals()` the size` of the points and interval lines can be set with |
32 | 45 | `mcmc_intervals(..., outer_size, inner_size, point_size)`. (#215, #228, #229)
|
33 | 46 |
|
34 |
| -* `mcmc_areas()` tries to use less blank vertical blank space. (#218, #230) |
35 |
| - |
36 |
| -* `ppc_loo_pit_overlay()` now uses a boundary correction for an improved kernel |
37 |
| - density estimation. The new argument `boundary_correction` defaults to TRUE but |
38 |
| - can be set to FALSE to recover the old version of the plot. (#171, #235, |
39 |
| - @ecoronado92) |
40 | 47 |
|
41 |
| -* Fix error in `mcmc_acf()` for some input types. (#244, #245, @hhau) |
42 | 48 |
|
43 | 49 | # bayesplot 1.7.2
|
44 | 50 |
|
|
0 commit comments