Learn R Programming

matrixdist (version 1.1.9)

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

Description

Nfold method for phase-type distributions

Usage

# S4 method for dph
Nfold(x1, x2)

Value

An object of class ph.

Arguments

x1

An object of class ph.

x2

An object of class dph.

Examples

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

Run the code above in your browser using DataLab