BEAST v2.7.8 Documentation: orc.consoperators.InConstantDistanceOperator

implemented by the following
starbeast3.operators.NEROperator_dAE_dBE_dCE
orc.ner.NEROperator_dAB_dAC_dAE
orc.ner.NEROperator_dAE_dBC
orc.ner.NEROperator_dAE_dBE
orc.ner.NEROperator_dAB_dAC_dBE
orc.ner.NEROperator_dAB_dAC_dBC
orc.ner.NEROperator_dAE_dCE
orc.ner.NEROperator_dAB_dAC_dCE
orc.ner.NEROperator_dAE_dBC_dCE
orc.ner.NEROperator_dBE
orc.ner.NEROperator_dBC
orc.ner.NEROperator_dCE
orc.ner.NEROperator_dBE_dCE
orc.ner.NEROperator_dAE
orc.ner.NEROperator_dAC
starbeast3.operators.CoordinatedExchangeRates
orc.ner.NEROperator_dAB
orc.ner.NEROperator_dAC_dBE_dCE
orc.ner.NEROperator_dAC_dBC_dBE
orc.ner.NEROperator_dBC_dCE
orc.ner.NEROperator_dBC_dBE
orc.ner.NEROperator_dAB_dCE
orc.ner.NEROperator_dAB_dBC
orc.ner.NEROperator_dAB_dBE
orc.ner.NEROperator_dAE_dBE_dCE
orc.ner.NEROperator_dAB_dBE_dCE
orc.ner.NEROperator_dAC_dBC_dCE
orc.ner.NEROperator_dAC_dAE_dCE
orc.ner.NEROperator_dAC_dAE_dBE
orc.ner.NEROperator_dAC_dAE_dBC
orc.ner.NEROperator_dAC_dAE_dBE_dCE
orc.ner.NEROperator_dAB_dAC_dAE_dBC
orc.ner.NEROperator_dAB_dBC_dBE
orc.ner.NEROperator_dAB_dAE_dBC_dCE
orc.ner.NEROperator_dAB_dAC_dAE_dCE
orc.ner.NEROperator_dAE_dBC_dBE
orc.ner.NEROperator_dAB_dBC_dCE
orc.ner.NEROperator_dAC_dAE
orc.ner.NEROperator_dAC_dCE
orc.ner.NEROperator_dAB_dAC_dAE_dBC_dCE
orc.ner.NEROperator_dAB_dAC_dBC_dCE
orc.ner.NEROperator_dAC_dBC
orc.ner.NEROperator_dAC_dBE
orc.ner.NEROperator_dAB_dAC
orc.ner.NEROperator_dAB_dAE
orc.ner.NEROperator_dAB_dAE_dBC
orc.ner.NEROperator_dAB_dAC_dBC_dBE
orc.operators.MetaNEROperator
orc.ner.NEROperator_dAC_dAE_dBC_dCE
orc.ner.NEROperator_dAB_dAE_dCE

Proposes a move in state space.
This operator changes a beast.tree.
For internal nodes: propose a new node time

Reference:

Zhang, R., Drummond, A. (2020) Improving the performance of Bayesian phylogenetic inference under relaxed clock models. BMC Evol Biol 20, 54

doi:https://doi.org/10.1186/s12862-020-01609-4

Inputs:

twindowSize, rates, quantiles, clockModel, kernel, include, tree, markclades, weight

 

twindowSize
type: java.lang.Double
the size of the window when proposing new node time
Required input

 

rates
type: beast.base.inference.parameter.RealParameter
the rates associated with nodes in the tree for sampling of individual rates among branches.
Either this, or quantiles needs to be specified

 

quantiles
type: beast.base.inference.parameter.RealParameter
the quantiles of each branch rate.
Either this, or rates needs to be specified

 

clockModel
type: beast.base.evolution.branchratemodel.UCRelaxedClockModel
relaxed clock model used to deal with quantiles
Required input

 

kernel
type: beast.base.inference.operator.kernel.KernelDistribution
Proposal kernel for a random walk on the internal node height.
Optional input

 

include
type: orc.consoperators.InConstantDistanceOperator$ChildInclusions
Option flag to ensure that this operator always targets nodes which have a 'leaf' or 'internal' child. Default: no constraints 'none'.
Optional input

 

tree
type: beast.base.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