cdf-phasetype-method: Distribution method for phase-type distributions

cdf,phasetype-methodR Documentation

Distribution method for phase-type distributions

Description

Distribution method for phase-type distributions

Usage

## S4 method for signature 'phasetype'
cdf(x, q, lower.tail = TRUE)

Arguments

x

An object of class phasetype.

q

A vector of locations.

lower.tail

Logical parameter specifying whether lower tail (cdf) or upper tail is computed.

Value

A vector containing the CDF (or tail) evaluations at the given locations.

Examples

obj <- phasetype(structure = "general")
cdf(obj, c(1, 2, 3))

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.