Learn R Programming

matrixdist (version 1.1.9)

marginal,mph-method: Marginal method for multivariate phase-type distributions

Description

Marginal method for multivariate phase-type distributions

Usage

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

Value

An object of the of class ph.

Arguments

x

An object of class mph.

mar

Indicator of which marginal.

Examples

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

Run the code above in your browser using DataLab