sCLL {AmoudSurv} | R Documentation |
Cosine-Log-logistic (CLL) Survivor Function.
Description
Cosine-Log-logistic (CLL) Survivor Function.
Usage
sCLL(t, alpha, beta)
Arguments
t |
: positive argument |
alpha |
: scale parameter |
beta |
: shape parameter |
Value
the value of the CLL Survivor function
Author(s)
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
References
Mahmood, Z., M Jawa, T., Sayed-Ahmed, N., Khalil, E. M., Muse, A. H., & Tolba, A. H. (2022). An Extended Cosine Generalized Family of Distributions for Reliability Modeling: Characteristics and Applications with Simulation Study. Mathematical Problems in Engineering, 2022.
Examples
t=runif(10,min=0,max=1)
sCLL(t=t, alpha=0.7, beta=0.5)
[Package AmoudSurv version 0.1.0 Index]