Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfelde/vitterreservoirsampling
Vitter's reservoir sampling algorithm
https://github.com/cfelde/vitterreservoirsampling
Last synced: 8 days ago
JSON representation
Vitter's reservoir sampling algorithm
- Host: GitHub
- URL: https://github.com/cfelde/vitterreservoirsampling
- Owner: cfelde
- Created: 2015-03-07T18:15:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T18:19:06.000Z (over 9 years ago)
- Last Synced: 2024-10-14T01:47:01.948Z (23 days ago)
- Language: Clojure
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitter's reservoir sampling algorithm
A simple Clojure experiment on Vitter's reservoir sampling algorithm,
plotting the histogram to confirm a uniform distribution.