About

Metadata

  • Last updated , by turion
  • License BSD-3-Clause
  • Categories FRP
  • Maintained by: programming@manuelbaerenz.de

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    dev (off by default)

    Enable warnings as errors. Active on ci.

Readme

README

This package connects rhine to the monad-bayes library for probabilistic programming and inference. It provides:

  • Some standard stochastic processes such as Brownian Motion and Levý processes
  • A particle filter inference method called Sequential Monte Carlo

This allows you to do interactive probabilistic (i.e. involving randomness) programs, and at the same time perform online inference, or realtime machine learning.

An example for this is given in rhine-bayes/app/Main.hs, where inference is performed both on simulated values as well as external input given by the user.

To read more, have a look at https://www.tweag.io/blog/2023-10-12-rhine-bayes/.