BEAST v2.7.8 Documentation: feast.operators.BlockScaleOperator

Proposes a move in state space.
Operator which acts on subsets of elements of a RealParameter.

Inputs:

parameter, indicator, scaleFactor, weight

 

parameter
type: beast.base.inference.parameter.RealParameter
Parameter to be scaled
Required input

 

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

 

scaleFactor
type: java.lang.Double
Lower bound of the scale factor.
Optional input. Default: 0.8

 

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