laplace,mph-method | R Documentation |
Laplace method for multivariate phase-type distributions
## S4 method for signature 'mph'
laplace(x, r)
x |
An object of class mph. |
r |
A matrix of real values. |
A vector containing the corresponding Laplace transform evaluations.
set.seed(123)
obj <- mph(structure = c("general", "general"))
laplace(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.