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

[Package matrixdist version 1.1.9 Index]