Priors#

The priors of parameters of every component of a mdoel, which is fitted to data, are customized using Prior objects.

Examples / Tutorials:

Priors#

UniformPrior

A prior with a uniform distribution, defined between a lower limit and upper limit.

GaussianPrior

A Gaussian prior defined by a normal distribution.

LogUniformPrior

A prior with a log base 10 uniform distribution, defined between a lower limit and upper limit.

LogGaussianPrior

A prior for a variable whose logarithm is gaussian distributed.