pgf,mdph-method {matrixdist}R 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))

[Package matrixdist version 1.1.9 Index]