Mixtures#

Mixture()

A mixing distribution for a model parameter.

Normal(mean, std)

A normal distribution applied to a model parameter.

LogNormal(mean, std)

A log-normal distribution applied to a model parameter.

NegLogNormal(mean, std)

The negative of a log-normal distribution applied to a model parameter.