powered by
Constructor function for bivariate inhomogeneous phase-type distributions
biviph( bivph = NULL, gfun = NULL, gfun_pars = NULL, alpha = NULL, S11 = NULL, S12 = NULL, S22 = NULL, dimensions = c(3, 3) )
An object of class biviph.
An object of class bivph.
Vector of inhomogeneity transforms.
List of parameters for the inhomogeneity functions.
A probability vector.
A sub-intensity matrix.
A matrix.
The dimensions of the bivariate phase-type (if no parameters are provided).
under_bivph <- bivph(dimensions = c(3, 3)) biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
Run the code above in your browser using DataLab