Algorithm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
* [http://www.ittc.ku.edu/~jsv/Papers/Vit87.RandomSampling.pdf An Efficient Algorithm for Sequential Random Sampling] J.S.Vitter, 1987. | * [http://www.ittc.ku.edu/~jsv/Papers/Vit87.RandomSampling.pdf An Efficient Algorithm for Sequential Random Sampling] J.S.Vitter, 1987. | ||
* [https://getkerf.wordpress.com/2016/03/30/the-best-algorithm-no-one-knows-about/ The Best Algorithm No One Knows About] | * [https://getkerf.wordpress.com/2016/03/30/the-best-algorithm-no-one-knows-about/ The Best Algorithm No One Knows About] | ||
* [https://stackoverflow.com/a/13372970 sampling without replacement in C for use in R code] (R) | |||
= GSL = | |||
[https://youtu.be/JrvnJaj7Ogk Install and use GNU GSL library in Ubuntu 14.04 (Linux, C++)] (Youtube) |
Latest revision as of 15:18, 14 March 2019
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)