- spac._ripley._ppp(hull: ConvexHull, n_simulations: int, n_observations: int, rng: default_rng | None = None, seed: int | None = None) NDArrayA [source]
Simulate Poisson Point Process on a polygon.
- Parameters:
hull – Convex hull of the area of interest.
n_simulations – Number of simulated point processes.
n_observations – Number of observations to sample from each simulation.
rng – Random number generator, superseeds seed
seed – Random seed.
- Return type:
An Array with shape
(n_simulation, n_observations, 2)
.