Algorithm
Jump to navigation
Jump to search
Resources
The Art of Computer Programming
Sampling
Sampling without replacement
- https://stackoverflow.com/questions/311703/algorithm-for-sampling-without-replacement
- An Efficient Algorithm for Sequential Random Sampling J.S.Vitter, 1987.
- The Best Algorithm No One Knows About
- sampling without replacement in C for use in R code (R)
GSL
Install and use GNU GSL library in Ubuntu 14.04 (Linux, C++) (Youtube)