Learn R Programming

event (version 1.1.1)

hstudent: Log Hazard Function for a Student t Process

Description

Log Hazard Function for a Student t Process

Usage

hstudent(y, m, s, f)

Value

hstudent returns the log hazard function for a Student t process with the given parameter values.

Arguments

y

Vector of times.

m

Location parameter.

s

Scale parameter.

f

Degrees of freedom.

Author

J.K. Lindsey

See Also

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

Examples

Run this code
hstudent(1:10, 3, 2, 5)

Run the code above in your browser using DataLab