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

var,mph-methodR Documentation

Var method for multivariate phase-type distributions

Description

Var method for multivariate phase-type distributions

Usage

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

Arguments

x

An object of class mph.

Value

The covariance matrix of the multivariate phase-type distribution.

Examples

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

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