hgamma(event)R Documentation

Hazard Function for a Gamma Process

Usage

hgamma(y, s, m)

Arguments

y Vector of times.
s Shape parameter.
m 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 Contents]