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