View source: R/inhomogenous_coal.R
inhomogenous_coal.simulate | R Documentation |
Simulate inhomogenous coalescent,
inhomogenous_coal.simulate(
sampling_times,
Neg.rate,
Neg.rate.int,
Neg.rate.int_inv = NULL
)
sampling_times |
times of leaves. |
Neg.rate |
function equal to 1/Neg(t). |
Neg.rate.int |
integral of 1/Neg(t) from |
Neg.rate.int_inv |
function that inverts the integral of 1/Neg(t) from |
A list consisting of the simulate coalescent times coalescent_times
and the log-likelihood of the simulation log_likelihood
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.