plot.inhpois | R Documentation |
Plots a simulated inhomogeneous Poisson process, highlighting the steps used in Ogata's thinning algorithm.
## S3 method for class 'inhpois'
plot(x, precision = 1000, ...)
x |
A simulated inhomogeneous Poisson process. |
precision |
(default = 1e3) Number of points to plot. |
... |
Only there to fit the declaration of S3 method |
None
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.