Skip to content

redist 4.3.1

Choose a tag to compare

@christopherkenny christopherkenny released this 11 Feb 02:39
  • Improves SMC performance by pre-allocating some memory while drawing spanning trees.

  • Replaces SMC label-counting adjustments (exact and importance-sampling-based) with a new backward kernel that eliminates approximation error and requires far less computation

  • 4.2.0 introduced some regressions in redist_shortburst() along with the new features. The following issues are fixed:

    • the returned redist_plans object would store the wrong score for the '' input. This issue only impacted the returned object and the correct score was used during the shortburst process. (#180)
    • the function would return immediately if stop_at was specified and minimize = FALSE. (#181)
  • Add summary() support for plans sampled with the flip algorithm. This does not replace the full flip diagnostic suite, but provides an easy way to compute r-hats.