crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
451 stars 80 forks source link

New Continuous Process: Multidimensional Spatial Point Process. #12

Open Gabinou opened 6 years ago

Gabinou commented 6 years ago

This process would be able to generate any number or events in an arbitrary number of dimensions, using either a callable function or density array. This class would diverge slightly from other processes, maybe changing the length parameter to bounds as such: ((0,1),(0,2),...). Then, the generated n would only be generated in these bounds. For now, I am thinking about generating points using the thinning algorithm.

Would such a process fit in this package?