I'm having an issue finding a way to distribute numbers in even intervals for any set of given data.
With Standard Deviation, it's easy to find 3 even intervals:
1. Over the average + standard deviation
2. Under the average + standard deviation
3. Somewhere in between both.
Basically this...