powered by
Simulation method for bivariate inhomogeneous phase-type distributions
# S4 method for biviph sim(x, n = 1000)
A realization of independent and identically distributed bivariate inhomogeneous phase-type vector.
An object of class biviph.
An integer of length of realization.
under_bivph <- bivph(dimensions = c(3, 3)) obj <- biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3))) sim(obj, n = 100)
Run the code above in your browser using DataLab