powered by
Density method for bivariate inhomogeneous phase-type distributions
# S4 method for biviph dens(x, y)
A vector containing the joint density evaluations at the given locations.
An object of class biviph.
A matrix of locations.
under_bivph <- bivph(dimensions = c(3, 3)) obj <- biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3))) dens(obj, matrix(c(0.5, 1), ncol = 2))
Run the code above in your browser using DataLab