If I have a set of groups of individuals (e.g. people), and I want to calculate the typical group size (as observed by individuals), how do I do this?
Wikipedia refers to this as "mean crowding" or "Typical Group Size" but doesn't give a formula: http://en.wikipedia.org/wiki/Group_size_measures
I believe the "typical group size" for a set of group sizes $\{a_1, a_2,..., a_n\}$ is simply:
$$\sqrt{\frac{1}{n}\sum_{i=1}^na_i^2 }$$
i.e. the root mean square or quadratic mean.
Is that correct? Is there a better way to characterise typical group size?