pgf,bivdph-method {matrixdist}R Documentation

Pgf method for bivariate discrete phase-type distributions

Description

Pgf method for bivariate discrete phase-type distributions

Usage

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

Arguments

x

An object of class bivdph.

z

A vector of real values.

Value

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

Examples

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

[Package matrixdist version 1.1.9 Index]