laplace,mph-method {matrixdist} | R Documentation |
Laplace method for multivariate phase-type distributions
Description
Laplace method for multivariate phase-type distributions
Usage
## S4 method for signature 'mph'
laplace(x, r)
Arguments
x |
An object of class mph. |
r |
A matrix of real values. |
Value
A vector containing the corresponding Laplace transform evaluations.
Examples
set.seed(123)
obj <- mph(structure = c("general", "general"))
laplace(obj, matrix(c(0.5, 1), ncol = 2))
[Package matrixdist version 1.1.9 Index]