pgf,dph-method {matrixdist} | R Documentation |
Pgf Method for discrete phase-type distributions
Description
Pgf Method for discrete phase-type distributions
Usage
## S4 method for signature 'dph'
pgf(x, z)
Arguments
x |
An object of class dph. |
z |
A vector of real values. |
Value
The probability generating of the dph object at the given locations.
Examples
set.seed(123)
obj <- dph(structure = "general", dimension = 3)
pgf(obj, 0.5)
[Package matrixdist version 1.1.9 Index]