BEAST v2.6.7 Documentation: beast.evolution.operators.TipDatesScaler

Proposes a move in state space.
This operator changes a beast.tree.
Scales tip dates on a tree by randomly selecting one from (a subset of) taxa

Inputs:

scaleFactor, taxonset, tree, markclades, weight

 

scaleFactor
type: java.lang.Double
scaling factor: larger means more bold proposals
Optional input. Default: 1.0

 

taxonset
type: beast.evolution.alignment.TaxonSet
limit scaling to a subset of taxa. By default all tips are scaled.
Optional input

 

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

 

markclades
type: java.lang.Boolean
Mark all ancestors of nodes changed by the operator as changed, up to the MRCA of all nodes changed by the operator.
Optional input. Default: false

 

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