Dear package maintainers,
May I please ask a question?
Is there a way to get the following working?
In words: applying wasserstein for multivariate distributions.
using KernelFunctions
using ExactOptimalTransport
mu = discretemeasure(RowVecs(rand(7,3)))
nu = discretemeasure(RowVecs(rand(7,3)))
wasserstein(mu,nu)
This throws an error.
Many thanks!
Ignace