logllk_div_time_one {ddtlcm} | R Documentation |
Compute loglikelihood of divergence times for a(t) = c/(1-t)
Description
Compute loglikelihood of divergence times for a(t) = c/(1-t)
Usage
logllk_div_time_one(c, l, r, t)
Arguments
c |
a positive number for the divergence hyperparameter. A larger value implies earlier divergence on the tree |
l |
number of data points to the left |
r |
number of data points to the right |
t |
a number in the interval (0, 1) indicating the divergence time |
See Also
Other likelihood functions:
logllk_ddt()
,
logllk_ddt_lcm()
,
logllk_div_time_two()
,
logllk_lcm()
,
logllk_location()
,
logllk_tree_topology()
[Package ddtlcm version 0.2.1 Index]