moment,mph-method | R Documentation |
Moment method for multivariate phase-type distributions
## S4 method for signature 'mph'
moment(x, k)
x |
An object of class mph. |
k |
A vector of non-negative integer values. |
The corresponding joint moment evaluation.
obj <- mph(structure = c("general", "general"))
moment(obj, c(2, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.