Learn R Programming

matrixdist (version 1.1.9)

moment,mph-method: Moment method for multivariate phase-type distributions

Description

Moment method for multivariate phase-type distributions

Usage

# S4 method for mph
moment(x, k)

Value

The corresponding joint moment evaluation.

Arguments

x

An object of class mph.

k

A vector of non-negative integer values.

Examples

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

Run the code above in your browser using DataLab