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