coef,bivph-method {matrixdist}R 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)

[Package matrixdist version 1.1.9 Index]