Learn R Programming

AHSurv (version 0.1.0)

hKW: Kumaraswamy Weibull (KW) Hazard Function.

Description

Kumaraswamy Weibull (KW) Hazard Function.

Usage

hKW(t, alpha, kappa, eta, zeta, log = FALSE)

Arguments

t

: positive argument

alpha

: scale parameter

kappa

: shape parameter

eta

: shape parameter

zeta

: shape parameter

log

:log scale (TRUE or FALSE)

Value

the value of the KW hazard function

References

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.

Examples

Run this code
# 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