| a_t_one | R Documentation |
Compute value, cumulative hazard, and inverse for divergence function a(t) = c / (1-t)
a_t_one(c, t)
a_t_one_cum(c, t)
A_t_inv_one(c, y)
c |
a positive number for the divergence hyperparameter. A larger value implies earlier divergence on the tree |
t |
a number in the interval (0, 1) indicating the divergence time |
y |
a positive number to take inverse |
The value and cumulative hazard return a positive number. The inverse function returns a number in the interval (0, 1).
a_t_one(): value of the divergence function
a_t_one_cum(): cumulative hazard function
A_t_inv_one(): inverse function
Other divergence functions:
a_t_two()
a_t_one(1, 0.5)
a_t_one_cum(1, 0.5)
A_t_inv_one(1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.