PoisotLab / BiodiversityObservationNetworks.jl

Methods for optimizing the spatial location of biodiversity-observation-networks
https://poisotlab.github.io/BiodiversityObservationNetworks.jl/dev/
MIT License
2 stars 0 forks source link

Simple Random Sampling #64

Closed gottacatchenall closed 5 months ago

gottacatchenall commented 5 months ago

Simple Random Sampling, each cell has equal probability of inclusion $\pi_i = \frac{1}{N}$ where $N$ is total number of cells. No replacement. Notoriously not ideal for spatial sampling, but is included to be used as a baseline to compare to other methods.