maximum-dph-dph-method: Maximum method for discrete phase-type distributions

maximum,dph,dph-methodR Documentation

Maximum method for discrete phase-type distributions

Description

Maximum method for discrete phase-type distributions

Usage

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

Arguments

x1

An object of class dph.

x2

An object of class dph.

Value

An object of class dph.

Examples

dph1 <- dph(structure = "general", dimension = 3)
dph2 <- dph(structure = "general", dimension = 5)
dph_max <- maximum(dph1, dph2)
dph_max

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