random_structure_bivph: Random structure of a bivariate phase-type

View source: R/RcppExports.R

random_structure_bivphR 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.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.