dph_pgf {matrixdist} | R Documentation |
Pgf of a discrete phase-type distribution
Description
Computes the pgf at z
of a discrete phase-type distribution with
parameters alpha
and S
.
Usage
dph_pgf(z, alpha, S)
Arguments
z |
Vector of real values. |
alpha |
Vector of initial probabilities. |
S |
Sub-transition matrix. |
Value
Laplace transform at r
.
[Package matrixdist version 1.1.9 Index]