Learn R Programming

matrixdist (version 1.1.9)

var,bivdph-method: Var method for bivdph class

Description

Var method for bivdph class

Usage

# S4 method for bivdph
var(x)

Value

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

Arguments

x

An object of class bivdph.

Examples

Run this code
obj <- bivdph(dimensions = c(3, 3))
var(obj)

Run the code above in your browser using DataLab