Levenshtein distance is a gauge of the distance between two strings. Is there a similar metric for assessing how similar a group of strings are to each other, a kind of mean or group distance?
EDIT: I realize now that my question above could be better worded. Let's say I have a list of strings:
['aaa','aab','aaaa','aacd']
Is there a way to compute the degree to which every string in the above list is similar to each other? Some sort of measurement?