laplace,bivph-method {matrixdist} | R Documentation |
Laplace method for bivph class
Description
Laplace method for bivph class
Usage
## S4 method for signature 'bivph'
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
obj <- bivph(dimensions = c(3, 3))
laplace(obj, matrix(c(0.5, 1), ncol = 2))
[Package matrixdist version 1.1.9 Index]