Exponential hazard, cumulative hazard and inverse cumulative hazard
Exponential hazard, cumulative hazard and inverse cumulative hazard
Functions which return the hazard, cumulative hazard and inverse cumulative hazard at time t for an exponential distribution with parameter λ and true hazard ratio μ.
haz_exp(t, lambda, mu = log(1))chaz_exp(t, lambda, mu = log(1))inv_chaz_exp(t, lambda, mu = log(1))
Arguments
t: time of evaluation.
lambda: parameter of the exponential distribution.
mu: (optional) true excess hazard rate μ.
Returns
Value of specified function at time t.
Details
The hazard function of an exponential distribution is given by:
h(t∣λ,μ)=λe\muh(t∣λ,μ)=λeμ
The cumulative hazard (with true hazard ratio μ) is given by:
H(t∣λ,μ)=λte\muH(t∣λ,μ)=λ∗t∗exp(μ)
The inverse cumulative hazard (with true hazard ratio μ) by: