https://github.com/gstamatelat/rsx
A collection of random sampling algorithms in Python.
https://github.com/gstamatelat/rsx
random-sampling reservoir-sampling sampling simple-sampling systematic-sampling whole-sampling
Last synced: about 1 month ago
JSON representation
A collection of random sampling algorithms in Python.
- Host: GitHub
- URL: https://github.com/gstamatelat/rsx
- Owner: gstamatelat
- License: mit
- Created: 2021-11-09T15:04:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T13:10:00.000Z (about 4 years ago)
- Last Synced: 2025-09-22T21:32:02.393Z (5 months ago)
- Topics: random-sampling, reservoir-sampling, sampling, simple-sampling, systematic-sampling, whole-sampling
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
Sampling
========
A collection of random sampling algorithms in Python.