rMKW | R Documentation |
Modified Kumaraswamy Weibull (MKW) Hazard Function.
rMKW(t, alpha, kappa, eta, log = FALSE)
t |
: positive argument |
alpha |
: inverse scale parameter |
kappa |
: shape parameter |
eta |
: shape parameter |
log |
:log scale (TRUE or FALSE) |
the value of the MKW hazard function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
Khosa, S. K. (2019). Parametric Proportional Hazard Models with Applications in Survival analysis (Doctoral dissertation, University of Saskatchewan).
t=runif(10,min=0,max=1) rMKW(t=t, alpha=0.35, kappa=0.7, eta=1.4, log=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.