Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Resources = [https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming The Art of Computer Programming]") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Resources = | = Resources = | ||
[https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming The Art of Computer Programming] | [https://en.wikipedia.org/wiki/The_Art_of_Computer_Programming The Art of Computer Programming] | ||
== Sampling == | |||
Sampling without replacement | |||
* https://stackoverflow.com/questions/311703/algorithm-for-sampling-without-replacement | |||
* [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://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)