haz-phasetype-method: Hazard rate method for phase-type distributions

haz,phasetype-methodR Documentation

Hazard rate method for phase-type distributions

Description

Hazard rate method for phase-type distributions

Usage

## S4 method for signature 'phasetype'
haz(x, y)

Arguments

x

An object of class phasetype.

y

A vector of locations.

Value

A vector containing the hazard rate evaluations at the given locations.

Examples

obj <- phasetype(structure = "general")
haz(obj, c(1, 2, 3))

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.