pMLL | R Documentation |
Modified Log-logistic (MLL) cumulative distribution function.
pMLL(t, kappa, alpha, eta)
t |
: positive argument |
kappa |
: scale parameter |
alpha |
: shape parameter |
eta |
: shape parameter |
the value of the MLL cumulative distribution function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
Kayid, M. (2022). Applications of Bladder Cancer Data Using a Modified Log-Logistic Model. Applied Bionics and Biomechanics, 2022.
t=runif(10,min=0,max=1) pMLL(t=t, kappa=0.75, alpha=0.5, eta=0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.