mean-bivph-method: Mean Method for bivph class

mean,bivph-methodR Documentation

Mean Method for bivph class

Description

Mean Method for bivph class

Usage

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

Arguments

x

An object of class bivph.

Value

The mean of the bivariate phase-type distribution.

Examples

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

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