powered by
Modified Kumaraswamy Weibull (MKW) Hazard Function.
rMKW(t, alpha, kappa, eta, log = FALSE)
the value of the MKW hazard function
: positive argument
: inverse scale parameter
: shape parameter
:log scale (TRUE or FALSE)
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)
Run the code above in your browser using DataLab