I have a set of sets and I want to assign a measure of variability to it. If all member sets are the same (e.g., {{a,b},{a,b},{a,b}}), the measure must be 0; otherwise, it should be strictly greater than 0. The measure does not have to be normalized, so I am thinking of some sort of entropy, but cannot figure out how to calculate it.