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

moment,mph-methodR Documentation

Moment method for multivariate phase-type distributions

Description

Moment method for multivariate phase-type distributions

Usage

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

Arguments

x

An object of class mph.

k

A vector of non-negative integer values.

Value

The corresponding joint moment evaluation.

Examples

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

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