rTLL | R Documentation |
Tangent-Log-logistic (TLL) Hazard Function.
rTLL(t, alpha, beta, log = FALSE)
t |
: positive argument |
alpha |
: scale parameter |
beta |
: shape parameter |
log |
:log scale (TRUE or FALSE) |
the value of the TLL hazard function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
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.
t=runif(10,min=0,max=1) rTLL(t=t, alpha=0.7, beta=0.5,log=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.