Learn R Programming

matrixdist (version 1.1.9)

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

Description

Laplace method for multivariate phase-type distributions

Usage

# S4 method for mph
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
set.seed(123)
obj <- mph(structure = c("general", "general"))
laplace(obj, matrix(c(0.5, 1), ncol = 2))

Run the code above in your browser using DataLab