pSLL {AmoudSurv} | R Documentation |
Sine-Log-logistic (SLL) Cumulative Distribution Function.
Description
Sine-Log-logistic (SLL) Cumulative Distribution Function.
Usage
pSLL(t, alpha, beta)
Arguments
t |
: positive argument |
alpha |
: scale parameter |
beta |
: shape parameter |
Value
the value of the SLL Cumulative Distribution function
Author(s)
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
References
Souza, L., Junior, W., De Brito, C., Chesneau, C., Ferreira, T., & Soares, L. (2019). On the Sin-G class of distributions: theory, model and application. Journal of Mathematical Modeling, 7(3), 357-379.
Examples
t=runif(10,min=0,max=1)
pSLL(t=t, alpha=0.7, beta=0.5)
[Package AmoudSurv version 0.1.0 Index]