Dist: A Haskell library for probability distributions

[ library, math, mit ] [ Propose Tags ]

This library provides a data structure and associated functions for representing discrete probability distributions.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2, 0.5.0
Dependencies base (>=4.7 && <4.8), containers (>=0.5 && <0.6), MonadRandom (>=0.3 && <0.4) [details]
License MIT
Author William Yager
Maintainer will.yager@gmail.com
Category Math
Home page https://github.com/wyager/Dist
Source repo head: git clone https://github.com/wyager/Dist.git
Uploaded by wyager at 2015-04-20T02:24:21Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5145 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-20 [all 1 reports]

Readme for Dist-0.2.0.0

[back to package description]

Dist

A Haskell library for probability distributions

This module provides a data structure and associated functions for representing discrete probability distributions.