cor-bivph-method: Cor method for bivph class

cor,bivph-methodR Documentation

Cor method for bivph class

Description

Cor method for bivph class

Usage

## S4 method for signature 'bivph'
cor(x)

Arguments

x

An object of class bivph.

Value

The correlation matrix of the bivariate phase-type distribution.

Examples

obj <- bivph(dimensions = c(3, 3))
cor(obj)

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