maximum-ph-ph-method: Maximum method for phase-type distributions

maximum,ph,ph-methodR Documentation

Maximum method for phase-type distributions

Description

Maximum method for phase-type distributions

Usage

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

Arguments

x1

An object of class ph.

x2

An object of class ph.

Value

An object of class ph.

Examples

ph1 <- ph(structure = "general", dimension = 3)
ph2 <- ph(structure = "gcoxian", dimension = 5)
ph_max <- maximum(ph1, ph2)
ph_max

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