dph_pgf: Pgf of a discrete phase-type distribution

View source: R/RcppExports.R

dph_pgfR Documentation

Pgf of a discrete phase-type distribution

Description

Computes the pgf at z of a discrete phase-type distribution with parameters alpha and S.

Usage

dph_pgf(z, alpha, S)

Arguments

z

Vector of real values.

alpha

Vector of initial probabilities.

S

Sub-transition matrix.

Value

Laplace transform at r.


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