Hi,
I have a list of 100 employees.
I want to randomly select 5% of the employees per month for a test (there's a test once per month for one year).
To start, each employee has an equal chance of getting selected.
Once an employee is selected, his chance of being randomly selected again drops down to 5% (while other employees remain at 95%). So the random pool is weighted on a 5%:95% ratio of tested:untested.
Every employee must be tested in the given time period.
This is the problem at it's most basic level. Even just a start (on how to assign these weights; how to calculate weighted randoms; how to ensure every employee is selected) would be extremely helpful.
Thanks,
Julie
I have a list of 100 employees.
I want to randomly select 5% of the employees per month for a test (there's a test once per month for one year).
To start, each employee has an equal chance of getting selected.
Once an employee is selected, his chance of being randomly selected again drops down to 5% (while other employees remain at 95%). So the random pool is weighted on a 5%:95% ratio of tested:untested.
Every employee must be tested in the given time period.
This is the problem at it's most basic level. Even just a start (on how to assign these weights; how to calculate weighted randoms; how to ensure every employee is selected) would be extremely helpful.
Thanks,
Julie