cdf,dph-method | R Documentation |
Distribution method for discrete phase-type distributions
## S4 method for signature 'dph'
cdf(x, q, lower.tail = TRUE)
x |
An object of class dph. |
q |
A vector of locations. |
lower.tail |
Logical parameter specifying whether lower tail (CDF) or upper tail is computed. |
A vector containing the CDF evaluations at the given locations.
obj <- dph(structure = "general")
cdf(obj, c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.