jesterTOV.inference.priors module#
Prior specification and parsing for Bayesian inference.
Prior Classes#
Prior distributions are defined in the jesterTOV.inference.base.prior module
and used when writing .prior files for inference runs.
|
Uniform prior distribution over [xmin, xmax]. |
|
Multivariate Gaussian prior \(\mathcal{N}(\mu, \Sigma)\). |
|
A parameter fixed to a constant value, excluded from the sampling space. |
|
A prior class constructed by joining multiple priors together to form a multivariate prior. |
|
Base class for JESTER prior distributions. |
Parser Functions#
|
Parse .prior file (Python format) and return a |
|
Result of parsing a |