cdf,mph-method | R Documentation |
Distribution method for multivariate phase-type distributions
## S4 method for signature 'mph'
cdf(x, y, lower.tail = TRUE)
x |
An object of class mph. |
y |
A matrix of observations. |
lower.tail |
Logical parameter specifying whether lower tail (CDF) or upper tail is computed. |
A list containing the locations and corresponding CDF evaluations.
obj <- mph(structure = c("general", "general"))
cdf(obj, matrix(c(0.5, 1), ncol = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.