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