laplace-mph-method: Laplace method for multivariate phase-type distributions

laplace,mph-methodR Documentation

Laplace method for multivariate phase-type distributions

Description

Laplace method for multivariate phase-type distributions

Usage

## S4 method for signature 'mph'
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

set.seed(123)
obj <- mph(structure = c("general", "general"))
laplace(obj, matrix(c(0.5, 1), ncol = 2))

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