Learn R Programming

matrixdist (version 1.1.9)

var,bivph-method: Var method for bivph class

Description

Var method for bivph class

Usage

# S4 method for bivph
var(x)

Value

The covariance matrix of the bivariate phase-type distribution.

Arguments

x

An object of class bivph.

Examples

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

Run the code above in your browser using DataLab