BEASTObject that performs calculations based on the State.
Probabilistic representation that can produce a log probability for instance for running an MCMC chain.
Prior over set of taxa, useful for defining multiple monophyletic constraints using a newick format
A single distribution which efficiently takes care of a set of MRCA constraints.
Logable: yes, this can be used in a log.
distribution, tree, newick, isBinary, robust
 
type: beast.base.evolution.tree.MRCAPrior*** |
Set of calibrated nodes |
Optional input |
 
type: beast.base.evolution.tree.Tree |
the tree containing the taxon set |
Required input |
 
type: java.lang.String |
the tree constraints specified as newick tree using polytopes, e.g. ((human,chimp,bonobo),gorilla) specifies two monophyletic constraints,one for human,chimp,bonobo' and one for 'human,chimp,bonobo,gorilla' Make sure the starting tree is compatible with these constraints. |
Required input |
 
type: java.lang.Boolean |
flag to indicate tree is a binary tree instead of a polytopy (faster) |
Optional input. Default: true |
 
type: java.lang.Boolean |
flag to indicate a more robust algorithm should be used (slower) |
Optional input. Default: false |