I’ve been using ‘ensembleGBdist’ for some calculations and I’m a bit confused by the results if I use the ‘euclidean’ option. Here are parity plots comparing the distances obtained for the 388 Olmsted GBs using different distance functions:

So the ensembleGBdist with the ‘omega’ argument seems to give the right distances (compared to the true GBdist4(‘omega’) function), whereas the unsymmetrized scaled Euclidean distance (2*pdist) gives the right values for small distances but has overestimates as expected, but ensembleGBdist with the ‘euclidean’ argument seems to give completely wrong results. It is this last comparison that I’m confused about. Why would ensembleGBdist(‘euclidean’) be so wrong compared to ensembleGBdist(‘omega’), especially when the unsymmetrized Euclidean distance (2*pdist) gives expected results?