linCom,bivph-method {matrixdist} | R 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))
[Package matrixdist version 1.1.9 Index]