sim-bivphasetype-method: Simulation method for bivariate phase-type distributions

sim,bivphasetype-methodR Documentation

Simulation method for bivariate phase-type distributions

Description

Simulation method for bivariate phase-type distributions

Usage

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

Arguments

x

An object of class bivphasetype.

n

An integer of length of realization.

Value

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

Examples

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

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.