You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Gabinou
changed the title
New Continuous Process: Multidimensional spatial point processes.
New Continuous Process: Multidimensional Spatial Point Process.
Aug 30, 2018
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 tobounds
as such:((0,1),(0,2),...)
. Then, the generatedn
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?
The text was updated successfully, but these errors were encountered: