https://github.com/lorenzhs/sampling_old
https://github.com/lorenzhs/sampling_old
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorenzhs/sampling_old
- Owner: lorenzhs
- License: gpl-3.0
- Created: 2016-07-12T09:45:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T09:29:34.000Z (over 8 years ago)
- Last Synced: 2025-02-01T21:41:46.443Z (4 months ago)
- Language: C++
- Size: 860 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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