cdf,mph-method {matrixdist} | R Documentation |
Distribution method for multivariate phase-type distributions
Description
Distribution method for multivariate phase-type distributions
Usage
## S4 method for signature 'mph'
cdf(x, y, lower.tail = TRUE)
Arguments
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. |
Value
A list containing the locations and corresponding CDF evaluations.
Examples
obj <- mph(structure = c("general", "general"))
cdf(obj, matrix(c(0.5, 1), ncol = 2))
[Package matrixdist version 1.1.9 Index]