powered by
Pgf Method for discrete phase-type distributions
# S4 method for dph pgf(x, z)
The probability generating of the dph object at the given locations.
An object of class dph.
A vector of real values.
set.seed(123) obj <- dph(structure = "general", dimension = 3) pgf(obj, 0.5)
Run the code above in your browser using DataLab