coef,biviph-method {matrixdist}R Documentation

Coef method for biviph class

Description

Coef method for biviph class

Usage

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

Arguments

object

An object of class biviph.

Value

Parameters of bivariate inhomogeneous phase-type model.

Examples

under_bivph <- bivph(dimensions = c(3, 3))
obj <- biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
coef(obj)

[Package matrixdist version 1.1.9 Index]