Learn R Programming

matrixdist (version 1.1.9)

laplace,bivph-method: Laplace method for bivph class

Description

Laplace method for bivph class

Usage

# S4 method for bivph
laplace(x, r)

Value

A vector containing the corresponding Laplace transform evaluations.

Arguments

x

An object of class mph.

r

A matrix of real values.

Examples

Run this code
obj <- bivph(dimensions = c(3, 3))
laplace(obj, matrix(c(0.5, 1), ncol = 2))

Run the code above in your browser using DataLab