powered by
Gamma (G) Hazard Function.
hG(t, shape, scale, log = FALSE)
: positive argument
: shape parameter
: scale parameter
:log scale (TRUE or FALSE)
the value of the G hazard function
# NOT RUN { t=runif(10,min=0,max=1) hG(t=t, shape=0.5, scale=0.85,log=FALSE) # }
Run the code above in your browser using DataLab