DAISIE_logp0 | R Documentation |
Computes the log probability of no species present under the DAISIE model with clade-specific diversity-dependence. The output is a log value.
DAISIE_logp0(
pars1,
pars2,
island_age,
methode = "odeint::runge_kutta_fehlberg78",
abstolint = 1e-16,
reltolint = 1e-10
)
pars1 |
Vector of model parameters: |
pars2 |
Vector of settings: |
island_age |
the island age |
methode |
Method of the ODE-solver. Supported Boost |
abstolint |
Numeric absolute tolerance of the integration |
reltolint |
Numeric relative tolerance of the integration |
The logarithm of the probability
Rampal S. Etienne & Bart Haegeman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.