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

pgf,bivdph-methodR 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))

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