HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Request an account if you don't have one.

Probabilistic Functional Programming

Categories: Libraries | Mathematics

Probabilistic functional programming is a library for discrete random variables in terms of their distribution. A distribution represent the outcome of a probabilistic event as a collection of all possible values, tagged with their likelihood. It turns out that random variables establish a monad, namely a list monad where all items are equipped with a probability. A nice aspect of this system is that simulations can be specified independently from their method of execution. That is, we can either fully simulate or randomize any simulation without altering the code which defines it. Examples include dice games, the Monty Hall paradoxon and others.

Version maintained by Henning Thielemann:

See also

Retrieved from "http://haskell.cs.yale.edu/haskellwiki/Probabilistic_Functional_Programming"

This page has been accessed 1,041 times. This page was last modified 23:43, 14 February 2009. Recent content is available under a simple permissive license.