Learn R Programming

matrixdist (version 1.1.9)

cor,bivph-method: Cor method for bivph class

Description

Cor method for bivph class

Usage

# S4 method for bivph
cor(x)

Value

The correlation matrix of the bivariate phase-type distribution.

Arguments

x

An object of class bivph.

Examples

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

Run the code above in your browser using DataLab