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