dphcdf {matrixdist}R Documentation

Discrete phase-type cdf

Description

Computes the cdf (tail) of a discrete phase-type distribution with parameters alpha and S at x.

Usage

dphcdf(x, alpha, S, lower_tail = TRUE)

Arguments

x

Non-negative value.

alpha

Initial probabilities.

S

Sub-intensity matrix.

lower_tail

Cdf or tail.

Value

The cdf (tail) at x.


[Package matrixdist version 1.1.9 Index]