Generalized Means for Combining Metrics
Let's meditate a bit on the following functions:
1. f(x,y) = sqrt(x*y)
2. f(x,y) = 2/(1/x + 1/y)
They are the geometric and the harmonic mean, both of which take a list of numbers, in this case two, and return a "summary" of …
Read more...