edistances {kantorovich} | R Documentation |
Compute the distances at the extreme joinings.
edistances(mu, nu, dist = NULL, ...)
mu |
(row margins) probability measure in numeric or bigq/character mode |
nu |
(column margins) probability measure in numeric or bigq/character mode |
dist |
function or matrix, the distance to be minimized on average.
If |
... |
arguments passed to |
A list with two components: the extreme joinings in a list and the distances in a vector.
This function, called by kantorovich
, is rather for internal purpose.