rG {AmoudSurv}R Documentation

Gamma (G) Hazard Function.

Description

Gamma (G) Hazard Function.

Usage

rG(t, shape, scale, log = FALSE)

Arguments

t

: positive argument

shape

: shape parameter

scale

: scale parameter

log

:log scale (TRUE or FALSE)

Value

the value of the G hazard function

Author(s)

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so

Examples

t=runif(10,min=0,max=1)
rG(t=t, shape=0.5, scale=0.85,log=FALSE)


[Package AmoudSurv version 0.1.0 Index]