loo v2.2.0
loo 2.2.0
See release notes below or at mc-stan.org/loo/news.
(GitHub issue/PR number in parentheses)
-
Added Mans Magnusson (@MansMeg) as a coauthor.
-
New functions
loo_subsample()andloo_approximate_posterior()(and new
vignette) for doing PSIS-LOO with large data. (#113) -
Added support for standard importance sampling and truncated importance
sampling (functionssis()andtis()). (#125) -
compare()now throws a deprecation warning suggestingloo_compare(). (#93) -
A smaller threshold is used when checking the uniqueness of tail values. (#124)
-
For WAIC, warnings are only thrown when running
waic()and not when printing
awaicobject. (#117, @mcol) -
Use markdown syntax in roxygen documentation wherever possible. (#108)