Effective simulation of compound poisson process in Matlab
- by Henrik
I need to simulate a huge bunch of compound poisson processes in Matlab on a very fine grid so I am looking to do it most effectively.
I need to do a lot of simulations on the same random numbers but with parameters changing so it is practical to draw the uniforms and normals beforehand even though it means i have to draw a lot more than i will…