Description Usage Arguments Examples
Generate realizations of a Poisson process with piecewise constant intensities
1 | generatePPConst(intens, Time)
|
intens |
Vector with the constants of the intensities (defined on a regular partition of interval [0,Time]) |
Time |
Time |
1 2 | intens <- c(1,3,8)
constpp <- generatePPConst(intens, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.