cdf,iph-method {matrixdist} | R Documentation |
Distribution method for inhomogeneous phase-type distributions
Description
Distribution method for inhomogeneous phase-type distributions
Usage
## S4 method for signature 'iph'
cdf(x, q, lower.tail = TRUE)
Arguments
x |
An object of class iph. |
q |
A vector of locations. |
lower.tail |
Logical parameter specifying whether lower tail (CDF) or upper tail is computed. |
Value
A vector containing the CDF evaluations at the given locations.
Examples
obj <- iph(ph(structure = "general"), gfun = "weibull", gfun_pars = 2)
cdf(obj, c(1, 2, 3))
[Package matrixdist version 1.1.9 Index]