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