DAISIE_logp0 {DAISIE} | R Documentation |
Computes the log probability of no species present under the DAISIE model with clade-specific diversity-dependence
Description
Computes the log probability of no species present under the DAISIE model with clade-specific diversity-dependence. The output is a log value.
Usage
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
)
Arguments
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 |
Value
The logarithm of the probability
Author(s)
Rampal S. Etienne & Bart Haegeman