powered by
Coef method for biviph class
# S4 method for biviph coef(object)
Parameters of bivariate inhomogeneous phase-type model.
An object of class biviph.
under_bivph <- bivph(dimensions = c(3, 3)) obj <- biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3))) coef(obj)
Run the code above in your browser using DataLab