rTLL {AmoudSurv} | R Documentation |
Tangent-Log-logistic (TLL) Hazard Function.
Description
Tangent-Log-logistic (TLL) Hazard Function.
Usage
rTLL(t, alpha, beta, log = FALSE)
Arguments
t |
: positive argument |
alpha |
: scale parameter |
beta |
: shape parameter |
log |
:log scale (TRUE or FALSE) |
Value
the value of the TLL hazard function
Author(s)
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
References
Muse, A. H., Tolba, A. H., Fayad, E., Abu Ali, O. A., Nagy, M., & Yusuf, M. (2021). Modelling the COVID-19 mortality rate with a new versatile modification of the log-logistic distribution. Computational Intelligence and Neuroscience, 2021.
Examples
t=runif(10,min=0,max=1)
rTLL(t=t, alpha=0.7, beta=0.5,log=FALSE)
[Package AmoudSurv version 0.1.0 Index]