Here’s a lazy summary post where I list all the posts on various Poisson simulations. I’ve also linked to code, which is found on this online repository. The code is typically written in MATLAB and Python.
Posts
Poisson point processes
- Simulating a homogeneous Poisson point process on a rectangle (See code.)
- Simulating a Poisson point process on a disk (See code.)
- Simulating a Poisson point process on a triangle (See code.)
- Simulating an inhomogeneous Poisson point process (See code.)
- Simulating a Poisson point process on a circle (See code.)
- Simulating a Poisson point process on a sphere (See code.)
- Simulating a Poisson point process on a n-dimensional sphere (See code.)
Some simulations of Poisson point processes are also covered in this post on the Julia programming language: