indexOfMaximumOfAveragesOfDifferences

Suppose there are n data names. Then there are n(n-1)/2 pairwise differences. This method returns the index of the maximum of the array given by getAveragesOfDifferences()

Return

the index of the maximum of the array given by getAveragesOfDifferences()