laplace-bivph-method: Laplace method for bivph class

laplace,bivph-methodR 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))

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.