haz,phasetype-method | R Documentation |
Hazard rate method for phase-type distributions
## S4 method for signature 'phasetype'
haz(x, y)
x |
An object of class phasetype. |
y |
A vector of locations. |
A vector containing the hazard rate evaluations at the given locations.
obj <- phasetype(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.