dens,ph-method {matrixdist} | R Documentation |
Density method for phase-type distributions
Description
Density method for phase-type distributions
Usage
## S4 method for signature 'ph'
dens(x, y)
Arguments
x |
An object of class ph. |
y |
A vector of locations. |
Value
A vector containing the density evaluations at the given locations.
Examples
obj <- ph(structure = "general")
dens(obj, c(1, 2, 3))
[Package matrixdist version 1.1.9 Index]