Recent Releases of sbc

sbc - v0.3.0

What's Changed

  • Add support for multivariate brms models by @bmfazio in https://github.com/hyunjimoon/SBC/pull/81
  • Skip data validation inside brms::posterior_predict to speed up generation by @bmfazio in https://github.com/hyunjimoon/SBC/pull/82
  • Create CITATION by @hyunjimoon in https://github.com/hyunjimoon/SBC/pull/92
  • Updating stan code to the most recent syntax by @timostenz in https://github.com/hyunjimoon/SBC/pull/94
  • Add combine argument to ecdf plots by @bmfazio in https://github.com/hyunjimoon/SBC/pull/93
  • separate ecdf_alpha logic from combine by @bmfazio in https://github.com/hyunjimoon/SBC/pull/96
  • outstanfile for brms backends to avoid recompilation
  • init_factory as a way to support data-dependent inits (currently for cmdstan sampling only)
  • Other minor fixes and quality of life improvements

New Contributors

  • @bmfazio made their first contribution in https://github.com/hyunjimoon/SBC/pull/81
  • @timostenz made their first contribution in https://github.com/hyunjimoon/SBC/pull/94

Full Changelog: https://github.com/hyunjimoon/SBC/compare/v0.2.0...v0.3.0

- R
Published by martinmodrak about 2 years ago

sbc - 0.2.0

  • Minor improvements in performance
  • Renaming and deprecating a bunch of functions and improving documentation to be generally more sensible and better match the preprint describing our main ideas - all older code should still work, but may issue some deprecation warnings

- R
Published by martinmodrak over 3 years ago