mean-bivdph-method: Mean method for bivdph class

mean,bivdph-methodR Documentation

Mean method for bivdph class

Description

Mean method for bivdph class

Usage

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

Arguments

x

An object of class bivdph.

Value

The mean of the bivariate discrete phase-type distribution.

Examples

obj <- bivdph(dimensions = c(3, 3))
mean(obj)

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