cdf-mp-method: Distribution method for univariate phase type mixed Poisson...

cdf,mp-methodR Documentation

Distribution method for univariate phase type mixed Poisson models

Description

Distribution method for univariate phase type mixed Poisson models

Usage

## S4 method for signature 'mp'
cdf(x, q, X = numeric(0), lower.tail = TRUE)

Arguments

x

An object of class mp.

q

A vector of locations.

X

A matrix of covariates.

lower.tail

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

Value

A vector containing the CDF evaluations at the given locations.

Examples

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

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