Learn R Programming

matrixdist (version 1.1.9)

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

Description

Pgf method for multivariate discrete phase-type distributions

Usage

# S4 method for mdph
pgf(x, z)

Value

A vector containing the corresponding pgf evaluations.

Arguments

x

An object of class mdph.

z

A matrix of real values.

Examples

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

Run the code above in your browser using DataLab