Learn R Programming

matrixdist (version 1.1.9)

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

Description

Pgf Method for discrete phase-type distributions

Usage

# S4 method for dph
pgf(x, z)

Value

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

Arguments

x

An object of class dph.

z

A vector of real values.

Examples

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

Run the code above in your browser using DataLab