mdph: Constructor function for multivariate discrete phase-type...

View source: R/9.mdph.R

mdphR Documentation

Constructor function for multivariate discrete phase-type distributions

Description

Constructor function for multivariate discrete phase-type distributions

Usage

mdph(alpha = NULL, S = NULL, structure = NULL, dimension = 3, variables = NULL)

Arguments

alpha

A probability vector.

S

A list of sub-transition matrices.

structure

A vector of valid ph structures.

dimension

The dimension of the dph structure (if provided).

variables

The dimension of the multivariate discrete phase-type.

Value

An object of class mdph.

Examples

mdph(structure = c("general", "general"), dimension = 5)

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