BEAST v2.7.8 Documentation: beastclassic.evolution.operators.GeneralIntegerOperator

Proposes a move in state space.
Operator to draw integer values from a user specified distribution

Inputs:

parameter, probs, index, howMany, weight

 

parameter
type: beast.base.inference.parameter.IntegerParameter
integer paramete to operate on
Required input

 

probs
type: beast.base.inference.parameter.RealParameter
probabilities, one for each integer value. If not specified a uniform distribution is assumed.
Optional input

 

index
type: beast.base.inference.parameter.IntegerParameter
list of integer values that are allowed. Assumes all values if not specified
Optional input

 

howMany
type: java.lang.Integer
number of parameter values to sample (default 1)
Optional input. Default: 1

 

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