powered by
Kumaraswamy Weibull (KW) Hazard Function.
hKW(t, alpha, kappa, eta, zeta, log = FALSE)
: positive argument
: scale parameter
: shape parameter
:log scale (TRUE or FALSE)
the value of the KW hazard function
Cordeiro, G. M., Ortega, E. M., & Nadarajah, S. (2010). The Kumaraswamy Weibull distribution with application to failure data. Journal of the Franklin Institute, 347(8), 1399-1429.
# NOT RUN { t=runif(10,min=0,max=1) hKW(t=t, alpha=0.35, kappa=0.5, eta=1.20, zeta=1.5, log=FALSE) # }
Run the code above in your browser using DataLab