quan,ph-method | R Documentation |
Quantile method for phase-type distributions
## S4 method for signature 'ph'
quan(x, p)
x |
An object of class ph. |
p |
A vector of probabilities. |
A vector containing the quantile evaluations at the given locations.
obj <- ph(structure = "general")
quan(obj, c(0.5, 0.9, 0.99))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.