BEAST v2.6.7 Documentation: beast.evolution.tree.coalescent.SampleOffValues

Proposes a move in state space.
Sample values from a distribution

Inputs:

values, indicators, dist, all, weight

 

values
type: beast.core.parameter.RealParameter
vector of target values
Required input

 

indicators
type: beast.core.parameter.BooleanParameter
Sample only entries which are 'off'
Optional input

 

dist
type: beast.math.distributions.ParametricDistribution
distribution to sample from.
Required input

 

all
type: java.lang.Boolean
if true, sample all off values in one go.
Optional input. Default: false

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input