sim,MPHstar-method | R Documentation |
Simulation method for multivariate phase-type distributions
## S4 method for signature 'MPHstar'
sim(x, n = 1000)
x |
An object of class MPHstar. |
n |
Desired sample size for each marginal. |
A matrix of sample data for each marginal.
obj <- MPHstar(structure = "general")
sim(obj, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.