powered by
Plots a simulated inhomogeneous Poisson process, highlighting the steps used in Ogata's thinning algorithm.
# S3 method for inhpois plot(x, precision = 1000, ...)
None
A simulated inhomogeneous Poisson process.
(default = 1e3) Number of points to plot.
Only there to fit the declaration of S3 method plot.
plot
# Simulate an inhomogeneous Poisson process with function intensity 1 + sin(x) x <- inhpois(end=10, fun=function(y) {1 + sin(y)}, M=2) plot(x)
Run the code above in your browser using DataLab