sMKW | R Documentation |
Modified Kumaraswamy Weibull (MKW) Survivor Function.
sMKW(t, alpha, kappa, eta)
t |
: positive argument |
alpha |
: Inverse scale parameter |
kappa |
: shape parameter |
eta |
: shape parameter |
the value of the MKW survivor function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
t=runif(10,min=0,max=1) sMKW(t=t,alpha=0.35, kappa=0.7, eta=1.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.