I have a set of boolean data where I'm trying to distinguish between data where the values are uniformly distributed and data where the same class is grouped together.
e.g 1001010011 seems pretty uniformly distributed when compared with 1110000011.
What sort of metric can I use to measure how uniformly distributed/grouped the values are?