pgf,mdph-method | R Documentation |
Pgf method for multivariate discrete phase-type distributions
## S4 method for signature 'mdph'
pgf(x, z)
x |
An object of class mdph. |
z |
A matrix of real values. |
A vector containing the corresponding pgf evaluations.
obj <- mdph(structure = c("general", "general"))
pgf(obj, matrix(c(0.5, 1), ncol = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.