Skip to content

Commit

Permalink
add individual pareto diagnostics to news
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kall committed May 10, 2024
1 parent 050ce3e commit f500de1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
the matched selection.
* Add `pareto_smooth` option to `weight_draws`, to Pareto smooth
weights before adding to a draws object.
* `thin_draws` now automatically thins draws based on ESS, and
non-integer thinning is possible.
* Add individual Pareto diagnostic functions (`pareto_khat`,
`pareto_khat_threshold`, `pareto_min_ss`, `pareto_convergence_rate`)
* `thin_draws` now automatically thins draws based on ESS by default,
and non-integer thinning is possible.
* Matrix multiplication of `rvar`s can now be done with the base matrix
multiplication operator (`%*%`) instead of `%**%` in R >= 4.3.
* `variables()`, `variables<-()`, `set_variables()`, and `nvariables()` now
Expand Down

0 comments on commit f500de1

Please sign in to comment.