powered by
n
Simulate exactly n points from a homogeneous Poisson Point Process over (t_min, t_max]
ppp_exactly_n(n, t_min, t_max)
a vector of event times of size n
(int) the number of points to be simulated
(double) the lower bound of the time interval
(double) the upper bound of the time interval
x <- ppp_exactly_n(n = 10, t_min = 0, t_max = 10)
Run the code above in your browser using DataLab