moment-mdph-method: Moment method for multivariate discrete phase-type...

moment,mdph-methodR Documentation

Moment method for multivariate discrete phase-type distributions

Description

Moment method for multivariate discrete phase-type distributions

Usage

## S4 method for signature 'mdph'
moment(x, k)

Arguments

x

An object of class mdph.

k

A vector of positive integer values.

Value

The corresponding joint factorial moment evaluation.

Examples

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

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