mean-dph-method: Mean method for discrete phase-type distributions

mean,dph-methodR Documentation

Mean method for discrete phase-type distributions

Description

Mean method for discrete phase-type distributions

Usage

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

Arguments

x

An object of class dph.

Value

The raw first moment of the dph object.

Examples

set.seed(123)
obj <- dph(structure = "general", dimension = 3)
mean(obj)

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