Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
brms 2.22.0 source code.tar.gz | 2024-09-24 | 5.5 MB | |
brms 2.22.0 source code.zip | 2024-09-24 | 5.8 MB | |
README.md | 2024-09-24 | 1.5 kB | |
Totals: 3 Items | 11.3 MB | 0 |
New Features
- Support different Gaussian process kernels in
gp
terms. (#234) - Support stratified
cox
models via the new addition termbhaz
. (#1489) - Support futures for parallelization in the
cmdstanr
backend. (#1684) - Add method
loo_epred
thanks to Aki Vehtari. (#1641) - Add priorsense support via
create_priorsense_data.brmsfit
thanks to Noa Kallioinen. (#1354) - Vectorize censored log likelihoods in the Stan code when possible. (#1657)
- Force Stan to activate threading without altering the Stan code
via argument
force
of functionthreading
. (#1549) - Support moment matching
loo
prediction methods. (#1674)
Bug Fixes
- Fix a bug that led to partially duplicated Stan code in multilevel terms thanks to Henrik Singmann. (#1651)
- Fix problems with parallel executions of post-processing functions sometimes leaving unused R instances behind. Thanks to Andrew Johnson, Aki Vehtari, and Noa Kallioinen. (#1658)
- Fix several minor bugs. (#1648, [#1644], [#1672], [#1642], [#1634], [#1666], [#1664])
Other Changes
- Refactor some of the internal code base to avoid evaluating many data-dependent quantities several times. (#1653)
- Smartly access internal functions when evaluating non-linear formulas. (#1635)
- Improve the documentation in several places.
- Make argument
loo
optional inloo_moment_match
. - Change the output format of
loo_predict
andloo_linpred
to be more consistent with other post-processing functions.