lambda.epsilon: Computes lambda_epsilon

Description Usage Arguments Details Author(s) References

View source: R/simulate_tree.R

Description

Internal function needed to simulate the ranked tree shape model

Usage

1
lambda.epsilon(epsilon, beta, n, upper = 10000)

Arguments

epsilon

Minimum size of unsampled splits (see appendix 1)

beta

Imbalance index

n

Tip number

upper

Upper bound from the integral (see lambda_n expression, default to 10000)

Details

λ_ε = 2 \int_(ε,∞) exp(-(β+n+1)x)(1-exp(-x))^β dx

Author(s)

Odile Maliet, Fanny Gascuel & Amaury Lambert

References

Maliet O., Gascuel F., Lambert A. (2018) Ranked tree shapes, non-random extinctions and the loss of phylogenetic diversity, bioRxiv 224295, doi: https://doi.org/10.1101/224295


bcm-uga/apTreeshape documentation built on Sept. 26, 2019, 4:56 p.m.