Tagged Questions
3
votes
1answer
185 views
Grouping numbers to minimize group-means
I need to find a way or an algorithm that groups members of a given data set (of positive integers) so that the difference between group means is minimized (not maximized, as usual).
There are two ...