maximum-iph-iph-method: Maximum method for inhomogeneous phase-type distributions

maximum,iph,iph-methodR Documentation

Maximum method for inhomogeneous phase-type distributions

Description

Maximum method for inhomogeneous phase-type distributions

Usage

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

Arguments

x1

An object of class iph.

x2

An object of class iph.

Value

An object of class iph.

Examples

iph1 <- iph(ph(structure = "general", dimension = 3), gfun = "weibull", gfun_pars = 2)
iph2 <- iph(ph(structure = "gcoxian", dimension = 5), gfun = "weibull", gfun_pars = 2)
iph_min <- maximum(iph1, iph2)
iph_min

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