The Beta distribution, which is the conjugate prior for the Bernoulli distribution
A binomial distribution returns how many coin flips out of n are heads, where numYes is the probability of any one coin being heads.
The Cauchy-distribution
Chi-Squared distribution with k degrees of freedom.
Represents a continuous Distribution.
Represents an unnormalized probability distribution.
Represents a Dirichlet distribution, the conjugate prior to the multinomial.
Represents a discrete Distribution.
The F-distribution - ratio of two scaled chi^2 variables
Represents a Gamma distribution.
Represents a Gaussian distribution over a single real variable.
The Geometric distribution calculates the number of trials until the first success, which happens with probability p.
TODO
Trait representing conjugate priors.
The Hypergeometric-distribution - ratio of two scaled chi^2 variables
http://en.
The Levy-distribution - ratio of two scaled chi^2 variables
A log normal distribution is distributed such that log X ~ Normal(\mu, \sigma)
The Logarithmic distribution
Interface for distributions that can report on some of their moments
Represents a Multinomial distribution over elements.
Represents a Gaussian distribution over a single real variable.
Negative Binomial Distribution
http://en.
Represents a Poisson random variable.
Represents a Polya distribution, a.
A Rand that changes based on previous draws.
A trait for monadic distributions.
Provides standard combinators and such to use to compose new Rands.
TODO
Implements Student's T distribution http://en.wikipedia.org/wiki/Student's_t-distribution
TODO
The Triangular-distribution - ratio of two scaled chi^2 variables
The Weibull-distribution - ratio of two scaled chi^2 variables
Represents a Von Mises distribution, which is a distribution over angles.
Also known as the inverse Gaussian Distribution
The Weibull-distribution - ratio of two scaled chi^2 variables
Provides several defaults for Dirichlets, one for Arrays and one for Counters.
Provides methods for doing MCMC.
Provides routines to create Multinomials
Provides a number of random generators.