Equal interval data classification technique formula confusion

1.8k Views Asked by At

The formula for breaking a sequence of values into groups of equal ranges is:

max - min / number of categories

I would like to know why is it necessary to subtract the maximum value from the minimum value?

Thanks

1

There are 1 best solutions below

1
On BEST ANSWER

That captures all of your data. If it was smaller range it wouldn't, and if it was bigger, who cares about the extra stuff where your data doesn't exist?