moment,mdph-method {matrixdist}R 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))

[Package matrixdist version 1.1.9 Index]