lib.parameterΒΆ

Classes to handle parameters.

Functions

decode_name

Split name into strings and allowed index ranges.

find_names

Search parameter name name in list of names allnames, matching template forms [::]; return corresponding parameter names.

find_names_latex

Search parameter name name in list of names allnames, matching template forms [::]; return corresponding parameter names and latex.

yield_names_latex

Yield parameter name and latex strings with template forms [::] replaced.

Classes

ParamName

Class representing a parameter name.

Parameter

Class that represents a parameter.

ParameterCollection

Class holding a collection of parameters.

Prior

Class that describes a 1D prior distribution.

Exceptions

ParamError

Exception raised when issue with ParamError.

PriorError

Exception raised when issue with prior.