sim-bivdph-method: Simulation method for bivariate discrete phase-type...

sim,bivdph-methodR Documentation

Simulation method for bivariate discrete phase-type distributions

Description

Simulation method for bivariate discrete phase-type distributions

Usage

## S4 method for signature 'bivdph'
sim(x, n = 1000)

Arguments

x

An object of class bivdph.

n

An integer of length of realization.

Value

A realization of independent and identically distributed bivariate discrete phase-type vector.

Examples

obj <- bivdph(dimensions = c(3, 3))
sim(obj, n = 100)

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