var-dph-method: Var method for discrete phase-type distributions

var,dph-methodR Documentation

Var method for discrete phase-type distributions

Description

Var method for discrete phase-type distributions

Usage

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

Arguments

x

An object of class dph.

Value

The variance of the dph object.

Examples

set.seed(123)
obj <- dph(structure = "general", dimension = 3)
var(obj)

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