coef-mdph-method: Coef method for mdph class

coef,mdph-methodR Documentation

Coef method for mdph class

Description

Coef method for mdph class

Usage

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

Arguments

object

An object of class mdph.

Value

Parameters of multivariate discrete phase-type model.

Examples

obj <- mdph(structure = c("general", "general"))
coef(obj)

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