Skip to content

Possible bug with ensembleGBdist("euclidean") #24

Description

@sgbaird

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:

image image image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions