stats
: Add support for geometric mean and harmonic mean
#2227
Labels
enhancement
New feature or request. Once marked with this label, its in the backlog.
Discussed in #2188
Originally posted by lulunac27a October 2, 2024
I would like to calculate the geometric mean and harmonic mean of the array of different numbers.
The geometric mean is the nth root of the product of each number of the array and the harmonic mean is the sum of reciprocal for each number in the array multiplied by the array length.
Sources:
https://byjus.com/maths/geometric-mean/
https://byjus.com/maths/harmonic-mean/
The text was updated successfully, but these errors were encountered: