Learn R Programming

matrixdist (version 1.1.9)

moment,mdph-method: Moment method for multivariate discrete phase-type distributions

Description

Moment method for multivariate discrete phase-type distributions

Usage

# S4 method for mdph
moment(x, k)

Value

The corresponding joint factorial moment evaluation.

Arguments

x

An object of class mdph.

k

A vector of positive integer values.

Examples

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

Run the code above in your browser using DataLab