averages Of Differences
Suppose there are n data names. Then there are n(n-1)/2 pairwise differences. This method returns averages of the differences in an array. The elements of the array have correspondence to the array of strings returned by getNamesOfPairedDifferences()
Return
averages of the differences in an array.