powered by
Distribution method for multivariate phase-type distributions
# S4 method for mph cdf(x, y, lower.tail = TRUE)
A list containing the locations and corresponding CDF evaluations.
An object of class mph.
A matrix of observations.
Logical parameter specifying whether lower tail (CDF) or upper tail is computed.
obj <- mph(structure = c("general", "general")) cdf(obj, matrix(c(0.5, 1), ncol = 2))
Run the code above in your browser using DataLab