powered by
Distribution method for discrete phase-type distributions
# S4 method for dph cdf(x, q, lower.tail = TRUE)
A vector containing the CDF evaluations at the given locations.
An object of class dph.
A vector of locations.
Logical parameter specifying whether lower tail (CDF) or upper tail is computed.
obj <- dph(structure = "general") cdf(obj, c(1, 2, 3))
Run the code above in your browser using DataLab