pgf-mdph-method: Pgf method for multivariate discrete phase-type distributions

pgf,mdph-methodR Documentation

Pgf method for multivariate discrete phase-type distributions

Description

Pgf method for multivariate discrete phase-type distributions

Usage

## S4 method for signature 'mdph'
pgf(x, z)

Arguments

x

An object of class mdph.

z

A matrix of real values.

Value

A vector containing the corresponding pgf evaluations.

Examples

obj <- mdph(structure = c("general", "general"))
pgf(obj, matrix(c(0.5, 1), ncol = 2))

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