BEAST v2.7.8 Documentation: beastclassic.evolution.speciation.BirthDeathSerialSampling

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

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

Inputs:

relativeDeath, lambda, mu, psi, p, hasFinalSample, r, origin, tree, treeIntervals

 

relativeDeath
type: java.lang.Boolean
? ? ? ?
Optional input

 

lambda
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

mu
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

psi
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

p
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

hasFinalSample
type: java.lang.Boolean
? ? ? ?
Optional input

 

r
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

origin
type: beast.base.inference.parameter.RealParameter
? ? ? ?
Optional input

 

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