jesterTOV.inference.priors.parser.ParsedPrior

jesterTOV.inference.priors.parser.ParsedPrior#

class ParsedPrior(prior, fixed_params)[source]#

Bases: object

Result of parsing a .prior file.

Parameters:
  • prior (CombinePrior) – Combined prior containing only the sampled (non-fixed) parameters.

  • fixed_params (dict[str, float]) – Mapping of parameter name to fixed value for parameters declared with Fixed(...) in the prior file.

__init__(prior, fixed_params)#

Methods

__init__(prior, fixed_params)

Attributes

fixed_params: dict[str, float]#
prior: CombinePrior#