mean-mdph-method: Mean method for multivariate discrete phase-type...

mean,mdph-methodR Documentation

Mean method for multivariate discrete phase-type distributions

Description

Mean method for multivariate discrete phase-type distributions

Usage

## S4 method for signature 'mdph'
mean(x)

Arguments

x

An object of class mdph.

Value

The mean of the multivariate discrete phase-type distribution.

Examples

obj <- mdph(structure = c("general", "general"))
mean(obj)

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