Tools for random sampling: a random selection among a large number of elements of a subset (number or percentage) where it is chance that draws/decides.
Random Sampling - dCode
Tag(s) : Algorithm
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Statistical sampling of a set of elements (called population) is a method of selecting a subset of the population (called a sample).
dCode random sampling is based on pseudo-randomness generation algorithms (PRNG).
Sampling a population allows to estimate its characteristics (according to a confidence interval) by measuring only a part of the population (only the sample) and extrapolating these measures (which is often faster and less expensive).
Unbiased sample creation (without criterion) is equivalent to a random selection/draw/choice without replacement.
Enter the entire population and the number of elements to be drawn (or a percentage of the number of elements to be drawn, the number of elements to be selected will be automatically calculated).
The program will generate a selection of a random subset from the requested list.
Example: In the list of numbers 0,1,2,3,4,5,6,7,8,9, a sample of 10% will return 2 values randomly
Write the element list as one element per line, or all the elements at once, but they must not contain spaces.
Sampling must balance the number of samples (and therefore the time needed) and the precision of the result (which increases as the sample grows), for this it is customary to decide, a priori, a confidence interval, generally 95% for scientific studies. This means that the results of the poll / sample will be reliable 95 times out of 100.
When sampling is not needed, dCode offers a list sorting tool.
dCode retains ownership of the "Random Sampling" source code. Except explicit open source licence (indicated Creative Commons / free), the "Random Sampling" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Random Sampling" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Random Sampling" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Random Sampling" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Random Sampling on dCode.fr [online website], retrieved on 2024-11-21,