sim,mp-method | R Documentation |
Simulation method for univariate phase type mixed Poisson models
## S4 method for signature 'mp'
sim(x, n = 1000)
x |
An object of class mp. |
n |
An integer of length of realization. |
A realization of independent and identically distributed phase-type mixed Poisson variables.
obj <- mp(phasetype(structure = "general"))
sim(obj, n = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.