cor,mdph-method {matrixdist}R Documentation

Cor method for multivariate discrete phase-type distributions

Description

Cor method for multivariate discrete phase-type distributions

Usage

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

Arguments

x

An object of class mdph.

Value

The correlation matrix of the multivariate discrete phase-type distribution.

Examples

obj <- mdph(structure = c("general", "general"))
cor(obj)

[Package matrixdist version 1.1.9 Index]