powered by
Compute value, cumulative hazard, and inverse for divergence function \(a(t) = c / (1-t)^2\)
a_t_two(c, t)a_t_two_cum(c, t)A_t_inv_two(c, y)
a_t_two_cum(c, t)
A_t_inv_two(c, y)
The value and cumulative hazard return a positive number. The inverse function returns a number in the interval (0, 1).
a positive number for the divergence hyperparameter. A larger value implies earlier divergence on the tree
a number in the interval (0, 1) indicating the divergence time
a positive number to take inverse
a_t_two(): value of the divergence function
a_t_two()
a_t_two_cum(): cumulative hazard function
a_t_two_cum()
A_t_inv_two(): inverse function
A_t_inv_two()
Other divergence functions: a_t_one()
a_t_one()
a_t_two(1, 0.5) a_t_two_cum(1, 0.5) A_t_inv_two(1, 2)
Run the code above in your browser using DataLab