BEAST v2.7.8 Documentation: beastlabs.prevalence.SubtreeSlide

Proposes a move in state space.
This operator changes a beast.tree.
Moves the height of an internal node along the branch. If it moves up, it can exceed the root and become a new root. If it moves down, it may need to make a choise which branch to slide down into.

Inputs:

size, gaussian, tree, list, weight

 

size
type: java.lang.Double
size of the slide, default 1.0
Optional input. Default: 1.0

 

gaussian
type: java.lang.Boolean
Gaussian (=true=default) or uniform delta
Optional input. Default: true

 

tree
type: beast.base.evolution.tree.Tree
beast.tree on which this operation is performed
Required input

 

list
type: beastlabs.prevalence.PrevalenceList
raw prevalence list with only times and actions
Required input

 

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