Learn R Programming

matrixdist (version 1.1.9)

mean,mdph-method: Mean method for multivariate discrete phase-type distributions

Description

Mean method for multivariate discrete phase-type distributions

Usage

# S4 method for mdph
mean(x)

Value

The mean of the multivariate discrete phase-type distribution.

Arguments

x

An object of class mdph.

Examples

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

Run the code above in your browser using DataLab