[Haskell-cafe] module for probability distributions

Nils Anders Danielsson nad at cs.chalmers.se
Wed Mar 1 12:04:41 EST 2006


On Thu, 16 Feb 2006, Matthias Fischmann <fis at wiwi.hu-berlin.de> wrote:

> I wrote a module for sampling arbitrary probability distribution, so
> far including normal (gaussian) and uniform.

>   - There is probably a better implementation out there already.
>     Please point me to it.

Martin Erwig and Steve Kollmansberger have written a library for
manipulating probability distributions, accompanied by a JFP article.
The code seems to have a BSD-style license, but isn't Cabalised.

  http://web.engr.oregonstate.edu/~erwig/pfp/

-- 
/NAD



More information about the Haskell-Cafe mailing list