Proposes a move in state space.
Operator to draw integer values from a user specified distribution
parameter, probs, index, howMany, weight
 
type: beast.base.inference.parameter.IntegerParameter |
integer paramete to operate on |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
probabilities, one for each integer value. If not specified a uniform distribution is assumed. |
Optional input |
 
type: beast.base.inference.parameter.IntegerParameter |
list of integer values that are allowed. Assumes all values if not specified |
Optional input |
 
type: java.lang.Integer |
number of parameter values to sample (default 1) |
Optional input. Default: 1 |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |