-
Describe the bugHi there, I have a project to compute different p-norm Wasserstein distances. I assume the function
And the outputs are
Please let me know if there is any other function that can compute the p-norm function, as well as the 'inf'-norm case. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
As stated in the documentation and similarly to the original numpy functions parameter p is used only when the
metric= 'minkowski'
is passed since default is squared euclidean that corresponds to p=2https://pythonot.github.io/all.html#ot.dist