laplace,ph-method {matrixdist} | R Documentation |
Laplace method for phase-type distributions
Description
Laplace method for phase-type distributions
Usage
## S4 method for signature 'ph'
laplace(x, r)
Arguments
x |
An object of class ph. |
r |
A vector of real values. |
Value
The Laplace transform of the ph (or underlying ph) object at the given locations.
Examples
set.seed(123)
obj <- ph(structure = "general", dimension = 3)
laplace(obj, 3)
[Package matrixdist version 1.1.9 Index]