Angara.Statistics


ParameterDefinition

Namespace: Angara
Parent Module: Filzbach

Record Fields

Record FieldDescription
delay
Signature: int

If delay<1, the sampler initializes the parameter value with a random number. If delay=1, the sampler starts with the value from the definition record. If delay>1, the sampler doesn't change the parameter value for the first 'delay' iterations.

index
Signature: int

An index of the parameter in a parameter values array.

isLog
Signature: bool

When isLog=true the sampler transforms the parameter to logarithmic space.

log_priordf
Signature: float -> float

A preset log_pdf of prior distribution; if isLog, then the first argument of prior is log-parameter. This field automatically gets value from prior.

lower
Signature: float

A lower bound of parameter values.

prior
Signature: Distribution

Prior probability distribution of the parameter; all elements of a vector parameter reuse the same prior.

size
Signature: int

A number of values. For vector parameters 'size>1`

upper
Signature: float

An upper bound of parameter values.

Instance members

Instance memberDescription
isFixed
Signature: bool

CompiledName: get_isFixed

Fork me on GitHub