Density method for discrete phase-type distributions
## S4 method for signature 'dph' dens(x, y)
x
: An object of class dph .y
: A vector of locations.A vector containing the density evaluations at the given locations.
obj <- dph(structure = "general") dens(obj, c(1, 2, 3))
Useful links