coef-bivdph-method: Coef method for bivdph class

coef,bivdph-methodR Documentation

Coef method for bivdph class

Description

Coef method for bivdph class

Usage

## S4 method for signature 'bivdph'
coef(object)

Arguments

object

An object of class bivdph.

Value

Parameters of bivariate discrete phase-type model.

Examples

obj <- bivdph(dimensions = c(3, 3))
coef(obj)

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