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.
Calculate tree density under Birth Death Sampling Through Time Model for Epidemics that is the BDM where an individual is sampled at a time with a constant rate psi and where an individual becomes noninfectious immediately after the samplingwith a constant probability r
Gavryushkina A, Welch D, Stadler T, Drummond AJ (2014) Bayesian inference of sampled ancestor trees for epidemiology and fossil calibration. PLoS Comput Biol 10(12): e1003919. doi:10.1371/journal.pcbi.1003919
doi:10.1371/journal.pcbi.1003919
Logable: yes, this can be used in a log.
parameterization, removalProbability, rho, conditionOnSampling, conditionOnRhoSampling, conditionOnRoot, tree, treeIntervals
 
type: sa.evolution.speciation.SABDParameterization |
The parameterization to use. |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
The probability that an individual is removed from the process after the sampling |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
Probability of an individual to be sampled at present |
Optional input |
 
type: java.lang.Boolean |
the tree likelihood is conditioned on sampling at least one individual |
Optional input. Default: false |
 
type: java.lang.Boolean |
the tree likelihood is conditioned on sampling at least one individual in present |
Optional input. Default: false |
 
type: java.lang.Boolean |
the tree likelihood is conditioned on the root height otherwise on the time of origin |
Optional input. Default: false |
 
type: beast.base.evolution.tree.TreeInterface |
tree over which to calculate a prior or likelihood |
Either this, or treeIntervals needs to be specified |
 
type: beast.base.evolution.tree.TreeIntervals |
Intervals for a phylogenetic beast tree |
Either this, or tree needs to be specified |