Description Usage Arguments Value Note Author(s) References See Also Examples
The function rinpoisson is a R-level function which simulates the jumping times of an inhomogeneous Poisson process, returning each path as a vector of a list.
1 | rinpoisson(n, lambda, T = 1, drop = TRUE)
|
n |
integer, number of paths. |
lambda |
double, function of the intensity of the inhomogeneous Poisson processes over the time. |
T |
double, end time of the simulations. |
drop |
logical, if |
rinpoisson returns a list of n paths of an inhomogeneous Poisson process of intensity function lambda. Each element of the list is the vector of the jumping times.
The function lambda must be vectorial in the sense that, if given an argument x, it returns a vector of the same size.
Nicolas Baradel - PGM Solutions
https://en.wikipedia.org/wiki/Poisson_point_process#Inhomogeneous_Poisson_point_process
https://pgm-solutions.com/packages
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.