sW {AmoudSurv} | R Documentation |
Weibull (W) Survivor Function.
sW(t, kappa, alpha)
t |
: positive argument |
kappa |
: scale parameter |
alpha |
: shape parameter |
the value of the W Survivor function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
t=runif(10,min=0,max=1)
sW(t=t, kappa=0.75, alpha=0.5)