powered by
Laplace method for phase-type distributions
# S4 method for ph laplace(x, r)
The Laplace transform of the ph
(or underlying ph) object at the given locations.
An object of class ph.
A vector of real values.
set.seed(123) obj <- ph(structure = "general", dimension = 3) laplace(obj, 3)
Run the code above in your browser using DataLab