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_cash_karp54",
CS_version = list(model = 1, function_to_optimize = "DAISIE"),
abstolint = 1e-16,
reltolint = 1e-10
)
pars1 |
Vector of model parameters: |
pars2 |
Contains the model settings |
island_age |
the island age |
methode |
Method of the ODE-solver. Supported Boost |
CS_version |
a numeric or list. Default is CS_version = list(model = 1, function_to_optimize = 'DAISIE'), but for a relaxed-rate model the list can contain more elements:
|
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.