ztppp | R Documentation |
Simulate a zero-truncated homogeneous Poisson Point Process over (t_min, t_max]
ztppp(rate, t_min, t_max, atmost1 = FALSE)
rate |
(scalar, double) constant instantaneous rate |
t_min |
(scalar, double) lower bound of the time interval |
t_max |
(scalar, double) upper bound of the time interval |
atmost1 |
boolean, draw at most 1 event time |
a vector of event times of size size
x <- ztppp(t_min = 0, t_max = 10, rate = 0.001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.