Calculates the Canberra distance between a and b.
a
b
The first vector.
The second vector.
The Canberra distance between the two vectors.
An error if the vectors do not have the same length.
https://en.wikipedia.org/wiki/Canberra_distance
Calculates the Canberra distance between
a
andb
.