BEAST v2.7.8 Documentation: feast.operators.BlockIntRandomWalkOperator

Proposes a move in state space.
Operator which acts on subsets of elements of an IntegerParameter, similar to the operation of IntRandomWalkOperator.

Inputs:

windowSize, parameter, indicator, weight

 

windowSize
type: java.lang.Integer
The size of the window centred on the old value within which the new value can be chosen.
Required input

 

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

 

indicator
type: beast.base.inference.parameter.BooleanParameter
Boolean vector indicating which elements to operate on. (If absent, all elements are operated on.)
Optional input

 

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