mctad.sum() accepts an Array of Numbers and returns their sum as a Number. It is used in the calculation of mctad.arithmeticMean(), the Arithmetic Mean.
mctad.sum()
mctad.arithmeticMean()
sum is a simple accumulator.
sum
Sum
mctad.sum()
accepts an Array of Numbers and returns their sum as a Number. It is used in the calculation ofmctad.arithmeticMean()
, the Arithmetic Mean.