cdf-miph-method: Distribution method for multivariate inhomogeneous phase-type...

cdf,miph-methodR Documentation

Distribution method for multivariate inhomogeneous phase-type distributions

Description

Distribution method for multivariate inhomogeneous phase-type distributions

Usage

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

Arguments

x

An object of class miph.

y

A matrix of observations.

lower.tail

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

Value

A list containing the locations and corresponding CDF evaluations.

Examples

under_mph <- mph(structure = c("general", "general"))
obj <- miph(under_mph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
cdf(obj, c(1, 2))

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