Rev Language Reference


dnFossilizedBirthDeathSpecies

Aliases

  • dnFBDSP

Usage

dnFossilizedBirthDeathSpecies(RealPos originAge, RealPos lambda, RealPos mu, RealPos psi, Probability rho, RealPos[] timeline, String condition, Taxon[] taxa, Bool complete, RealPos lambda_a, Probability beta)

Arguments

originAge : RealPos (pass by const reference)
The start time of the process.
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_a : RealPos (pass by const reference)
The anagenetic speciation rate(s).
Default : 0
beta : Probability (pass by const reference)
The probability of symmetric speciation.
Default : 0

Domain Type