powered by
Mean method for discrete phase-type distributions
# S4 method for dph mean(x)
The raw first moment of the dph object.
An object of class dph.
set.seed(123) obj <- dph(structure = "general", dimension = 3) mean(obj)
Run the code above in your browser using DataLab