Proposes a move in state space.
parameter, prior, prior2, tree, np, weight
 
type: beast.base.inference.parameter.Parameter |
the parameter sample |
Required input |
 
type: beast.base.inference.distribution.ParametricDistribution |
the prior distribution of the parameter |
Either this, or prior2 needs to be specified |
 
type: beast.base.inference.distribution.Prior |
the prior distribution of the parameter |
Either this, or prior needs to be specified |
 
type: beast.base.evolution.tree.Tree |
the tree that the parameter belong to (if applicable) |
Optional input |
 
type: java.lang.Double |
tunable parameter describing the mean number of elements in the parameter vector to sample |
Optional input. Default: 1.0 |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |