what is geometric mean?
if you have n values: x1, x2, ... xn, the geometric mean is the n'th root of the product of all the values. That is:
geometric mean = n√(x1*x2*....*xn)
.