BEAST v2.7.8 Documentation: beastlabs.evolution.likelihood.SupertreeLikelihood

BEASTObject that performs calculations based on the State.
Probabilistic representation that can produce a log probability for instance for running an MCMC chain.
A supertree likelihood for a set of subtrees.

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

Inputs:

data, tree, beta, treeMetric

 

data
type: beast.base.evolution.tree.Tree***
list of sub trees
Required input

 

tree
type: beast.base.evolution.tree.TreeInterface
the super tree to be estimated.
Required input

 

beta
type: java.lang.Double
the beta function defining the rate of probability fall off with tree distance.
Required input

 

treeMetric
type: beast.base.evolution.tree.TreeMetric
the tree metric to use for the tree distances in the likelihood function.
Required input