hgamma {event}R Documentation

Hazard Function for a Gamma Process

Usage

hgamma(y, shape, rate=1, scale=1/rate)

Arguments

y Vector of times.
shape Shape parameter.
rate Rate parameter.
scale Scale parameter.

Value

hgamma returns the log hazard function for a gamma process with the given parameter values.

Author(s)

J.K. Lindsey

See Also

hboxcox, hburr, hexp, hgextval, hcauchy, hggamma, hhjorth, hinvgauss, hlaplace, hlnorm, hlogis, hglogis, hnorm, hstudent, hweibull, hgweibull.

Examples

hgamma(1:10, 3, 2)

[Package event version 1.0 Index]