Var method for phase-type distributions
## S4 method for signature 'ph' var(x)
x
The variance of the ph (or underlying ph ) object.
set.seed(123) obj <- ph(structure = "general", dimension = 3) var(obj)
Useful links