pgf,dph-method | R Documentation |
Pgf Method for discrete phase-type distributions
## S4 method for signature 'dph'
pgf(x, z)
x |
An object of class dph. |
z |
A vector of real values. |
The probability generating of the dph object at the given locations.
set.seed(123)
obj <- dph(structure = "general", dimension = 3)
pgf(obj, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.