Learn R Programming

matrixdist (version 1.1.9)

linCom,bivph-method: Linear combination method for bivariate phase-type distributions

Description

Linear combination method for bivariate phase-type distributions

Usage

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

Value

An object of class ph.

Arguments

x

An object of class bivph.

w

A vector with non-negative entries.

Examples

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

Run the code above in your browser using DataLab