marginal-miph-method: Marginal method for multivariate inhomogeneous phase-type...

marginal,miph-methodR Documentation

Marginal method for multivariate inhomogeneous phase-type distributions

Description

Marginal method for multivariate inhomogeneous phase-type distributions

Usage

## S4 method for signature 'miph'
marginal(x, mar = 1)

Arguments

x

An object of class miph.

mar

Indicator of which marginal.

Value

An object of the of class iph.

Examples

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

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