dnFossilizedBirthDeathRange
BDS : | Bool (pass by value) |
Assume complete lineage sampling? (BDS model of Silvestro et al. 2019) | |
Default : FALSE | |
lambda : | RealPos (pass by const reference) |
The speciation rate(s). | |
mu : | RealPos (pass by const reference) |
The extinction rate(s). | |
Default : 0 | |
psi : | RealPos (pass by const reference) |
The fossil sampling rate(s). | |
Default : 0 | |
rho : | Probability (pass by const reference) |
The extant sampling fraction. | |
Default : 1 | |
timeline : | RealPos[] (pass by const reference) |
The rate interval change times of the piecewise constant process. | |
Default : NULL | |
condition : | String (pass by value) |
The condition of the process. | |
Default : time | |
Options : time|sampling|survival | |
taxa : | Taxon[] (pass by const reference) |
The taxa with fossil occurrence information. | |
complete : | Bool (pass by value) |
Assume complete fossil sampling? | |
Default : FALSE |
lambda ~ dnExp(10)
mu ~ dnExp(10)
psi ~ dnExp(10)
bd ~ dnFBDRP(lambda=lambda, mu=mu, psi=psi, rho=1, taxa=taxa)
moves.append( mvMatrixElementScale(bd, weight=taxa.size()) )
moves.append( mvMatrixElementSlide(bd, weight=taxa.size()) )