rG | R Documentation |
Gamma (G) Hazard Function.
rG(t, shape, scale, log = FALSE)
t |
: positive argument |
shape |
: shape parameter |
scale |
: scale parameter |
log |
:log scale (TRUE or FALSE) |
the value of the G hazard function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
t=runif(10,min=0,max=1) rG(t=t, shape=0.5, scale=0.85,log=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.