Learn R Programming

matrixdist (version 1.1.9)

pgf,bivdph-method: Pgf method for bivariate discrete phase-type distributions

Description

Pgf method for bivariate discrete phase-type distributions

Usage

# S4 method for bivdph
pgf(x, z)

Value

The joint pdf of the dph object at the given location.

Arguments

x

An object of class bivdph.

z

A vector of real values.

Examples

Run this code
obj <- bivdph(dimensions = c(3, 3))
pgf(obj, c(0.5, 0.2))

Run the code above in your browser using DataLab