mgf,mph-method | R Documentation |
Mgf method for multivariate phase-type distributions
## S4 method for signature 'mph'
mgf(x, r)
x |
An object of class mph. |
r |
A matrix of real values. |
A vector containing the corresponding mgf evaluations.
set.seed(124)
obj <- mph(structure = c("general", "general"))
mgf(obj, matrix(c(0.5, 0.3), ncol = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.