Add support for geometric mean and harmonic mean #2188
Closed
lulunac27a
started this conversation in
Ideas
Replies: 1 comment
-
Adding to the backlog. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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/
Beta Was this translation helpful? Give feedback.
All reactions