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