BEAST v2.7.8 Documentation: starbeast3.operators.ParallelMCMCTreeOperatorTreeDistribution

A set of parallel tree distributions, which will all be added to the same thread in a ParallelMCMCOperator
Distribution on a tree conditinionally independent from all other distributions given the state of the rest of parameter space

Inputs:

tree, treelikelihood, geneprior, dist, include, distribution

 

tree
type: beast.base.evolution.tree.Tree
the tree
Required input

 

treelikelihood
type: beast.base.evolution.likelihood.GenericTreeLikelihood
treelikelihood part of the distribution
Required input

 

geneprior
type: starbeast3.evolution.speciation.GeneTreeForSpeciesTreeDistribution
prior on the gene tree
Required input

 

dist
type: beast.base.inference.Distribution***
other distributions which will be affected by changing the tree
Optional input

 

include
type: beast.base.inference.parameter.RealParameter***
optional additional parameters to include
Optional input

 

distribution
type: starbeast3.operators.ParallelMCMCTreeOperatorTreeDistribution***
Distribution on a tree conditionally independent from all other distributions given the state of the rest of parameter space.
Optional input