pbd_durspec_quantile {PBD} | R Documentation |
Quantiles of duration of speciation under protracted birth-death model of diversification
Description
pbd_durspec_quantile computes a quantile of the duration of speciation under the protracted speciation model for a given set of parameters
Usage
pbd_durspec_quantile(
pars,
p
)
Arguments
pars |
Vector of parameters: |
p |
Quantile (e.g. p = 0.5 gives the median) |
Value
The quantil of the duration of speciation
Author(s)
Rampal S. Etienne
See Also
pbd_durspec_density
pbd_durspec_cumdensity
pbd_durspec_mean
pbd_durspec_mode
pbd_durspec_moment
pbd_durspec_var
Examples
pbd_durspec_quantile(pars = c(0.5,0.3,0.1),0.5)
[Package PBD version 1.4 Index]