random_structure_bivph {matrixdist} | R Documentation |
Random structure of a bivariate phase-type
Description
Generates random parameters alpha
, S11
, S12
, and S22
of a bivariate phase-type distribution of dimension p = p1 + p2
.
Usage
random_structure_bivph(p1, p2, scale_factor = 1)
Arguments
p1 |
Dimension of the first block. |
p2 |
Dimension of the second block. |
scale_factor |
A factor that multiplies the sub-intensity matrix. |
Value
Random parameters alpha
, S11
, S12
, and S22
of a bivariate phase-type.
[Package matrixdist version 1.1.9 Index]