Proposes a move in state space.
Flip one bit in an array of boolean bits and scale the BSSVS parameter accordingly. The hastings ratio is designed so that all subsets of vectors with the same number of 'on' bits are equiprobable.
indicator, mu, scaleFactor, weight
 
type: beast.base.inference.parameter.BooleanParameter |
the parameter to operate a flip on. |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
the rate parameter in the substitution model (mutation rate). |
Required input |
 
type: java.lang.Double |
scaling factor: larger means more bold proposals |
Optional input. Default: 1.0 |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |