var-mdph-method: Var method for multivariate discrete phase-type distributions

var,mdph-methodR Documentation

Var method for multivariate discrete phase-type distributions

Description

Var method for multivariate discrete phase-type distributions

Usage

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

Arguments

x

An object of class mdph.

Value

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

Examples

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

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