powered by
Density method for multivariate phase-type distributions
# S4 method for mph dens(x, y, delta = NULL)
A list containing the locations and corresponding density evaluations.
An object of class mph.
A matrix of observations.
Matrix with right-censoring indicators (1 uncensored, 0 right censored).
obj <- mph(structure = c("general", "general")) dens(obj, matrix(c(0.5, 1), ncol = 2))
Run the code above in your browser using DataLab