The cumulative hazard function of a probability distribution is the anti-derivative of the hazard function.
cumHazard(object, x1, log = FALSE)
Distribution.
Point to evaluate the cumulative hazard function at.
logical, if TRUE then the (natural) logarithm of the cumulative hazard function is returned.
Cumulative hazard function as a numeric, natural logarithm returned if log
is TRUE.
$cumHazard(x1, log = FALSE)
The cumulative hazard function is defined analytically by $$H_X(x) = -log(S_X)$$ where X is the distribution and \(S_X\) is the survival function.
Can only be used after decorating with ExoticStatistics
.