pNGLL | R Documentation |
New Generalized Log-logistic (NGLL) cumulative distribution function.
pNGLL(t, kappa, alpha, eta, zeta)
t |
: positive argument |
kappa |
: scale parameter |
alpha |
: shape parameter |
eta |
: shape parameter |
zeta |
: shape parameter |
the value of the NGLL cumulative distribution function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
Hassan Muse, A. A new generalized log-logistic distribution with increasing, decreasing, unimodal and bathtub-shaped hazard rates: properties and applications, in Proceedings of the Symmetry 2021 - The 3rd International Conference on Symmetry, 8–13 August 2021, MDPI: Basel, Switzerland, doi:10.3390/Symmetry2021-10765.
t=runif(10,min=0,max=1) pNGLL(t=t, kappa=0.5, alpha=0.35, eta=0.7, zeta=1.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.