Learn R Programming

matrixdist (version 1.1.9)

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

Description

Cor method for multivariate phase-type distributions

Usage

# S4 method for mph
cor(x)

Value

The correlation matrix of the multivariate phase-type distribution.

Arguments

x

An object of class mph.

Examples

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

Run the code above in your browser using DataLab