-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distance measure used by phom.dist() #26
Comments
Digging into the code in 'inference.R', it looks like the distance is where @rrrlw may want to chime in. I'm not sure when the package might be upgraded, but certainly clarifying this, and hopefully providing the Wasserstein distance, will be part of that. |
Any intuition as to why this distance is recommended/used over the p-Wasserstein distance to compare persistence diagrams? I haven't seen this distance measure in the literature, though my literature search has not been exhaustive. Thanks again! |
I didn't contribute to it and i don't know a reference for it. My intuition is that it's much less complicated and expensive, though it would certainly be good to provide an explicit rationale. |
Hello! I am using the phom.dist() function to compute the distance between persistence diagrams. Can you clarify what distance measure is being computed by this function? Is there a reference/citation/source for the distance measure being computed? I was under the impression phom.dist() returned the Wasserstein distance based on the function naming, but looking at a previous issue (#13) I see that that isn't the case.
Thanks!
The text was updated successfully, but these errors were encountered: