coef-bivph-method: Coef method for bivph class

coef,bivph-methodR Documentation

Coef method for bivph class

Description

Coef method for bivph class

Usage

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

Arguments

object

An object of class bivph.

Value

Parameters of bivariate phase-type model.

Examples

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

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