Learn R Programming

PBD (version 0.8)

pbd_durspec_mode: mode of the duration of speciation under protracted birth-death model of diversification

Description

pbd_durspec_mode computes the mode of the duration of speciation under the protracted speciation model for a given set of parameters

Usage

pbd_durspec_mode(
    pars
)

Arguments

pars
Vector of parameters: pars[1] corresponds to b (= la_3 in Etienne & Rosindell R2012) = speciation initiation rate pars[2] corresponds to la_1 (= la_2 in Etienne & Rosindell 2012) = speciation completion rate pars[3]

Value

  • The expected duration of speciation

See Also

pbd_durspec_density pbd_durspec_cumdensity pbd_durspec_mean pbd_durspec_quantile pbd_durspec_moment pbd_durspec_var

Examples

Run this code
pbd_durspec_mode(pars = c(0.5,0.3,0.1))

Run the code above in your browser using DataLab