Learn R Programming

matrixdist (version 1.1.9)

laplace,ph-method: Laplace method for phase-type distributions

Description

Laplace method for phase-type distributions

Usage

# S4 method for ph
laplace(x, r)

Value

The Laplace transform of the ph

(or underlying ph) object at the given locations.

Arguments

x

An object of class ph.

r

A vector of real values.

Examples

Run this code
set.seed(123)
obj <- ph(structure = "general", dimension = 3)
laplace(obj, 3)

Run the code above in your browser using DataLab