Learn R Programming

matrixdist (version 1.1.9)

var,mph-method: Var method for multivariate phase-type distributions

Description

Var method for multivariate phase-type distributions

Usage

# S4 method for mph
var(x)

Value

The covariance matrix of the multivariate phase-type distribution.

Arguments

x

An object of class mph.

Examples

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

Run the code above in your browser using DataLab