R
random sampling
does any know if sampling from a set can be done until all values are selected?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
One way would be to have a helper column, put randbetween(1, #values) indoes any know if sampling from a set can be done until all
values are selected?
James Silverton said:have a helper column, put randbetween(1, #values) in it
Using RANDBETWEEN incurs a lot of unnecessary overhead and the
risk of a #NAME error and confusion if the user is not
familiar with the ATP (before Excel 2007).
It is sufficient to fill the column with =RAND().
(I am also bothered by the likelihood of duplicate results
from RANDBETWEEN due to quantization. But I can say with
impunity that is a real problem.)
I am also bothered by the likelihood of duplicate results from RANDBETWEEN
due to quantization. But I can say with impunity that that is a real
problem.
I meant to write: "I can__not__ say with impunity ...". Klunk!
----- original message -----
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.