mean,mph-method {matrixdist}R Documentation

Mean method for multivariate phase-type distributions

Description

Mean method for multivariate phase-type distributions

Usage

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

Arguments

x

An object of class mph.

Value

The mean of the multivariate phase-type distribution.

Examples

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

[Package matrixdist version 1.1.9 Index]