Nfold,dph-method {matrixdist}R 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)

[Package matrixdist version 1.1.9 Index]