Functions to determine harmonic and geometric means.
numeric vector
arguments passed on to base::mean()
ignore empty values
The harmonic mean can be expressed as the reciprocal of the arithmetic mean of the reciprocals.
The geometric mean is defined as the nth root of the product of n numbers.