mean,bivdph-method {matrixdist} | R 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)
[Package matrixdist version 1.1.9 Index]