You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Julia code, you're computing the 1-Wass distance between two discrete measures that share a common support on [1, 2, 3] (that's how Categorical works).
On the other hand, to my understanding from the documentation of the scipy funciton (https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wasserstein_distance.html) the inputs u, v are actually the empirical points.
For comparison:
Hi,
I was wondering why the results for
wasserstein
differ from scipy. I didn't see anything different in terms of configuration.Thanks!
Julia
Python
The text was updated successfully, but these errors were encountered: