hexp(event)R Documentation

Hazard Function for a Poisson Process

Usage

hexp(y, m)

Arguments

y Vector of times.
m Mean parameter.

Value

hexp returns the log hazard function for a Poisson process with the given parameter value.

Author(s)

J.K. Lindsey

See Also

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

Examples

hexp(1:10, 3)


[Package Contents]