powered by
Distribution Method for inhomogeneous phase type distributions
# S4 method for iph cdf(x, q, lower.tail = TRUE)
an object of class '>iph.
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 <- iph(ph(structure = "general"), gfun = "weibull", gfun_pars = 2) cdf(obj, c(1, 2, 3)) # }
Run the code above in your browser using DataLab