BEAST v2.7.8 Documentation: starbeast3.operators.CoordinatedUniform

Proposes a move in state space.


Implements a version of the co-ordinated species and gene tree operator described in Jones (2015).Specifically, this operator moves a species tree node and a set of gene tree nodes related to thespecies tree node by a uniform amount chosen from a range which preserves the topology of all trees.See http://dx.doi.org/10.1101/010199 for full details.

Inputs:

speciesTree, gene, kernel, kernelDistribution, weight

 

speciesTree
type: starbeast3.tree.SpeciesTree
The species tree state node.
Required input

 

gene
type: starbeast3.evolution.speciation.GeneTreeForSpeciesTreeDistribution***
list of gene trees that constrain species tree movement
Optional input

 

kernel
type: starbeast3.genekernel.GTKPrior
the kernel of gene trees
Optional input

 

kernelDistribution
type: beast.base.inference.operator.kernel.KernelDistribution
provides sample distribution for proposals
Optional input

 

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