var,bivdph-method {matrixdist} | R Documentation |
Var method for bivdph class
Description
Var method for bivdph class
Usage
## S4 method for signature 'bivdph'
var(x)
Arguments
x |
An object of class bivdph. |
Value
The covariance matrix of the bivariate discrete phase-type distribution.
Examples
obj <- bivdph(dimensions = c(3, 3))
var(obj)
[Package matrixdist version 1.1.9 Index]