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. |
Answered by
rflamary
Aug 21, 2024
Replies: 1 comment
|
Hello, |
0 replies
Answer selected by
rflamary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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