pbd_durspec_var {PBD} | R Documentation |
Variance in duration of speciation under protracted birth-death model of diversification
Description
pbd_durspec_var computes the variance in the duration of speciation under the protracted speciation model for a given set of parameters
Usage
pbd_durspec_var(
pars
)
Arguments
pars |
Vector of parameters: |
Value
The variance in 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_quantile
pbd_durspec_moment
Examples
pbd_durspec_var(pars = c(0.5,0.3,0.1))
[Package PBD version 1.4 Index]