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