linCom,bivph-method | R Documentation |
Linear combination method for bivariate phase-type distributions
## S4 method for signature 'bivph'
linCom(x, w = c(1, 1))
x |
An object of class bivph. |
w |
A vector with non-negative entries. |
An object of class ph.
obj <- bivph(dimensions = c(3, 3))
linCom(obj, c(1, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.