powered by
Distribution Method for phase type distributions
# S4 method for ph cdf(x, q, lower.tail = TRUE)
an object of class '>ph.
a vector of locations.
logical parameter specifying whether lower tail (cdf) or upper tail is computed.
A list containing the locations and corresponding CDF evaluations.
# NOT RUN { obj <- ph(structure = "general") cdf(obj, c(1, 2, 3)) # }
Run the code above in your browser using DataLab