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