linCom-bivph-method: Linear combination method for bivariate phase-type...

linCom,bivph-methodR Documentation

Linear combination method for bivariate phase-type distributions

Description

Linear combination method for bivariate phase-type distributions

Usage

## S4 method for signature 'bivph'
linCom(x, w = c(1, 1))

Arguments

x

An object of class bivph.

w

A vector with non-negative entries.

Value

An object of class ph.

Examples

obj <- bivph(dimensions = c(3, 3))
linCom(obj, c(1, 0))

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