Skip to content

loo v2.3.0

Compare
Choose a tag to compare
@jgabry jgabry released this 07 Jul 21:35
· 316 commits to master since this release
  • Added Topi Paananen (@topipa) and Paul Bürkner (@paul-buerkner) as coauthors.

  • New function loo_moment_match() (and new vignette), which can be used to
    update a loo object when Pareto k estimates are large. (#130)

  • The log weights provided by the importance sampling functions psis(),
    tis(), and sis() no longer have the largest log ratio subtracted from them
    when returned to the user. This should be less confusing for anyone using
    the weights() method to make an importance sampler. (#112, #146)

  • MCSE calculation is now deterministic (#116, #147)