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

laplace,ph-methodR Documentation

Laplace method for phase-type distributions

Description

Laplace method for phase-type distributions

Usage

## S4 method for signature 'ph'
laplace(x, r)

Arguments

x

An object of class ph.

r

A vector of real values.

Value

The Laplace transform of the ph (or underlying ph) object at the given locations.

Examples

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

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