marginal,mph-method {matrixdist}R Documentation

Marginal method for multivariate phase-type distributions

Description

Marginal method for multivariate phase-type distributions

Usage

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

Arguments

x

An object of class mph.

mar

Indicator of which marginal.

Value

An object of the of class ph.

Examples

obj <- mph(structure = c("general", "general"))
marginal(obj, 1)

[Package matrixdist version 1.1.9 Index]