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