Re: [ACFUG Discuss] sorting question

2008-07-28 Thread Douglas Knudsen
ha. yeah, I'd prolly just randomize the table as is for S+Gs to see if just randomly distributes even enough for the suits. Or, seeing as how you are on a edu there, I suggest taking a jaunt over to the Prob and stats dept, or Math dept if no separate prob+stats, and have some grad student play

re[2]: [ACFUG Discuss] sorting question

2008-07-28 Thread Mischa Uppelschoten ext 10
As a variation on Charlie's suggestion, I'd like to propose assigning points to individual students for having a certain value for a characteristic: points = total population / group size Assume 400 students: 200 Europeans, 100 Asians, 50 Africans, 50 Oceanians. Europeans: 400/200: 2 points

Re: re[2]: [ACFUG Discuss] sorting question

2008-07-28 Thread Steven Ross
#1 Get a pencil / paper #2 divide them up ; ) how i would do it. On Mon, Jul 28, 2008 at 10:45 AM, Mischa Uppelschoten ext 10 [EMAIL PROTECTED] wrote: As a variation on Charlie's suggestion, I'd like to propose assigning points to individual students for having a certain value for a

re[4]: [ACFUG Discuss] sorting question

2008-07-28 Thread Mischa Uppelschoten ext 10
Hey, why take the easy way when it's possible to overengineer it! : #1 Get a pencil / paper : #2 divide them up: ; ): how i would do it. - To unsubscribe from this list, manage your profile @

Re: [ACFUG Discuss] sorting question

2008-07-28 Thread Jeremy Allen
The nice thing is you can test the distribution when you are done to determine, statistically, if everything is distributed evenly. So a test in this case is really important. I would develop your testing algorithm (as suggested earlier first) and then work on the actual distribution algorithm.