dphcdf: Discrete phase-type cdf

View source: R/RcppExports.R

dphcdfR 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.


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