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