Dirichlet distribution

https://en.wikipedia.org/wiki/Dirichlet_distribution

mpsci.distributions.dirichlet.cov(alpha)

Covariance matrix of the Dirichlet distribution.

Returns an instance of mpmath.matrix.

mpsci.distributions.dirichlet.entropy(alpha)

Differential entropy of the Dirichlet distribution.

mpsci.distributions.dirichlet.logpdf(x, alpha)

Logarithm of the PDF of the Dirichlet distribution.

mpsci.distributions.dirichlet.mean(alpha)

Mean of the Dirichlet distribution.

mpsci.distributions.dirichlet.pdf(x, alpha)

Probability density function of the Dirichlet distribution.