cor-bivdph-method: Cor method for bivdph class

cor,bivdph-methodR 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)

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.