surv,bivphasetype-method | R Documentation |
Survival method for bivariate phase-type distributions
## S4 method for signature 'bivphasetype'
surv(x, y)
x |
An object of class bivphasetype. |
y |
A matrix of locations. |
A vector containing the joint survival evaluations at the given locations.
obj <- bivphasetype(dimensions = c(3, 3))
surv(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.