blob: 55d41dff84e5fb61c809accad3b8a15d92dc3c4f (
plain) (
blame)
1
2
3
4
5
6
7
|
This Haskell library allows exact computation with discrete random variables
in terms of their distributions by using a monad.
The monad is similar to the List monad for non-deterministic computations,
but extends the List monad by a measure of probability.
Small interface to R plotting.
WWW: http://haskell.org/haskellwiki/Probabilistic_Functional_Programming
|