cor-mph-method: Cor method for multivariate phase-type distributions

cor,mph-methodR Documentation

Cor method for multivariate phase-type distributions

Description

Cor method for multivariate phase-type distributions

Usage

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

Arguments

x

An object of class mph.

Value

The correlation matrix of the multivariate phase-type distribution.

Examples

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

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