mctad.geometricMean() accepts an Array of n positive Numbers and returns the nth root of their product as a Number. More at the Wikipedia article.
mctad.geometricMean()
The geometric mean is only defined for positive numbers.
Geometric Mean
mctad.geometricMean()
accepts an Array of n positive Numbers and returns the nth root of their product as a Number. More at the Wikipedia article.