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