powered by
Simulate a zero-truncated homogeneous Poisson Point Process over (t_min, t_max]
ztppp(range_t = c(0, 10), rate = 1, rng_stream = NULL, atmost1 = FALSE)
a vector of event times of size size
size
(vector, double) min and max of the time interval
(scalar, double) constant instantaneous rate
an rstream object
rstream
boolean, draw at most 1 event time
x <- ztppp(range_t = c(0, 10), rate = 0.001)
Run the code above in your browser using DataLab