powered by
Mgf method for multivariate phase-type distributions
# S4 method for mph mgf(x, r)
A vector containing the corresponding mgf evaluations.
An object of class mph.
A matrix of real values.
set.seed(124) obj <- mph(structure = c("general", "general")) mgf(obj, matrix(c(0.5, 0.3), ncol = 2))
Run the code above in your browser using DataLab