haz,ph-method | R Documentation |
Hazard rate method for phase-type distributions
## S4 method for signature 'ph'
haz(x, y)
x |
An object of class ph. |
y |
A vector of locations. |
A vector containing the hazard rate evaluations at the given locations.
obj <- ph(structure = "general")
haz(obj, c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.