Learn R Programming

event (version 1.1.1)

hcauchy: Log Hazard Function for a Cauchy Process

Description

Log Hazard Function for a Cauchy Process

Usage

hcauchy(y, m, s)

Arguments

y

Vector of times.

m

Location parameter.

s

Dispersion parameter.

Value

hcauchy returns the log hazard function for a Cauchy process with the given parameter values.

See Also

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

Examples

Run this code
# NOT RUN {
hcauchy(1:10, 3, 2)
# }

Run the code above in your browser using DataLab