pgf,bivdph-method | R Documentation |
Pgf method for bivariate discrete phase-type distributions
## S4 method for signature 'bivdph'
pgf(x, z)
x |
An object of class bivdph. |
z |
A vector of real values. |
The joint pdf of the dph object at the given location.
obj <- bivdph(dimensions = c(3, 3))
pgf(obj, c(0.5, 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.