mctad.product() accepts an Array of Numbers and returns their product as a Number. It is used in the calculation of mctad.geometricMean(), the Geometric Mean.
mctad.product()
mctad.geometricMean()
product is a simple accumulator.
product
Product
mctad.product()
accepts an Array of Numbers and returns their product as a Number. It is used in the calculation ofmctad.geometricMean()
, the Geometric Mean.