General

Type information

Probability densities

MarkovKernels.logpdfMethod
logpdf(D::AbstractDistribution, x)

Computes the logarithm of the probabilidty density of D, evaluated at x.

source

Sampling

Base.randMethod
rand([rng], D::AbstractDistribution)

Draws one sample from D.

source