phdensity {matrixdist} | R Documentation |
Phase-type density
Description
Computes the density of a phase-type distribution with parameters
alpha
and S
at x
.
Usage
phdensity(x, alpha, S)
Arguments
x |
Non-negative value. |
alpha |
Initial probabilities. |
S |
Sub-intensity matrix. |
Value
The density at x
.
[Package matrixdist version 1.1.9 Index]