moment,mdph-method | R Documentation |
Moment method for multivariate discrete phase-type distributions
## S4 method for signature 'mdph'
moment(x, k)
x |
An object of class mdph. |
k |
A vector of positive integer values. |
The corresponding joint factorial moment evaluation.
obj <- mdph(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.