An open API service indexing awesome lists of open source software.

https://github.com/lorenzhs/sampling_old


https://github.com/lorenzhs/sampling_old

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sampling

Sampling without replacement, implemented using Algorithm B. That means we take a Bernoulli sample (using skip values from a geometric distribution) and then fix up the number of items by removing some.

More details to come.

Licensed under the GPL v3