powered by
Modified Kumaraswamy Weibull (MKW) Hazard Function.
hMKW(t, alpha, kappa, eta, log = FALSE)
: positive argument
: inverse scale parameter
: shape parameter
:log scale (TRUE or FALSE)
the value of the MKW hazard function
Khosa, S. K. (2019). Parametric Proportional Hazard Models with Applications in Survival analysis (Doctoral dissertation, University of Saskatchewan).
# NOT RUN { t=runif(10,min=0,max=1) hMKW(t=t, alpha=0.35, kappa=0.7, eta=1.4, log=FALSE) # }
Run the code above in your browser using DataLab