Proposes a move in state space.
Sample values from a distribution
values, indicators, dist, all, weight
 
| type: beast.base.inference.parameter.RealParameter |
| vector of target values |
| Required input |
 
| type: beast.base.inference.parameter.BooleanParameter |
| Sample only entries which are 'off' |
| Optional input |
 
| type: beast.base.inference.distribution.ParametricDistribution |
| distribution to sample from. |
| Required input |
 
| type: java.lang.Boolean |
| if true, sample all off values in one go. |
| Optional input. Default: false |
 
| type: java.lang.Double |
| weight with which this operator is selected |
| Required input |