chickadee » statistics » geometric-mean

geometric-mean itemsprocedure

returns the geometric mean of the items (the result of multiplying the items together and then taking the nth root, where n is the number of items).

(geometric-mean '(1 2 3 4 5)) => 2.60517108469735