monad-bayes v0.1.4 Release Notes

Release Date: 2022-06-15 // almost 2 years ago
  • โž• Addition of new helper functions, plotting tools, tests, and Integrator monad.

    • helpers include: toEmpirical (list of samples to empirical distribution) and toBins (simple histogramming)
    • Integrator is an instance of MonadSample for numerical integration
    • notebooks now contains working notebook-based tutorials and examples
    • ๐Ÿ†• new tests, including with conjugate distributions to compare analytic solution against inferred posterior
    • ๐Ÿ“ฆ models directory is cleaned up. New sequential models using pipes package to represent monadic streams