laplace,bivph-method | R Documentation |
Laplace method for bivph class
## S4 method for signature 'bivph'
laplace(x, r)
x |
An object of class mph. |
r |
A matrix of real values. |
A vector containing the corresponding Laplace transform evaluations.
obj <- bivph(dimensions = c(3, 3))
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.