pgf-dph-method: Pgf Method for discrete phase-type distributions

pgf,dph-methodR Documentation

Pgf Method for discrete phase-type distributions

Description

Pgf Method for discrete phase-type distributions

Usage

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

Arguments

x

An object of class dph.

z

A vector of real values.

Value

The probability generating of the dph object at the given locations.

Examples

set.seed(123)
obj <- dph(structure = "general", dimension = 3)
pgf(obj, 0.5)

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