Learn R Programming

matrixdist (version 1.1.3)

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

Description

Hazard rate Method for phase type distributions

Usage

# S4 method for ph
haz(x, y)

Value

A list containing the locations and corresponding hazard rate evaluations.

Arguments

x

an object of class ph.

y

a vector of locations.

Examples

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

Run the code above in your browser using DataLab