BEAST v2.7.8 Documentation: beastlabs.evolution.speciation.RandomLocalYuleModel

BEASTObject that performs calculations based on the State.
Probabilistic representation that can produce a log probability for instance for running an MCMC chain.
Distribution on a tree, typically a prior such as Coalescent or Yule
A likelihood function for speciation processes.
Experimental code with unknown use. If you know, fill this in.
A speciation model of a Yule process whose rate of birth changes at different points in the tree.

Logable: yes, this can be used in a log.

Inputs:

birthRates, indicators, meanRate, ratesAreMultipliers, tree, treeIntervals

 

birthRates
type: beast.base.inference.parameter.RealParameter
birth rates parameter, lambda in birth/death model
Required input

 

indicators
type: beast.base.inference.parameter.BooleanParameter
the indicators associated with nodes in the tree for sampling of individual rate of birth changes among branches.
Required input

 

meanRate
type: beast.base.inference.parameter.RealParameter
an parameter to set the mean rate of birth across the whole tree
Required input

 

ratesAreMultipliers
type: java.lang.Boolean
birth rates are multipliers (default false)
Optional input. Default: false

 

tree
type: beast.base.evolution.tree.TreeInterface
tree over which to calculate a prior or likelihood
Either this, or treeIntervals needs to be specified

 

treeIntervals
type: beast.base.evolution.tree.TreeIntervals
Intervals for a phylogenetic beast tree
Either this, or tree needs to be specified