Nfold-dph-method: Nfold method for phase-type distributions

Nfold,dph-methodR Documentation

Nfold method for phase-type distributions

Description

Nfold method for phase-type distributions

Usage

## S4 method for signature 'dph'
Nfold(x1, x2)

Arguments

x1

An object of class ph.

x2

An object of class dph.

Value

An object of class ph.

Examples

dph1 <- dph(structure = "general", dimension = 3)
dph2 <- dph(structure = "general", dimension = 2)
ph0 <- ph(structure = "general", dimension = 2)
Nfold(dph1, ph0)
Nfold(dph1, dph2)

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