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

haz,ph-methodR Documentation

Hazard rate method for phase-type distributions

Description

Hazard rate method for phase-type distributions

Usage

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

Arguments

x

An object of class ph.

y

A vector of locations.

Value

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

Examples

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

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.