Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stats: Add support for geometric mean and harmonic mean #2227

Open
jqnatividad opened this issue Oct 21, 2024 Discussed in #2188 · 0 comments
Open

stats: Add support for geometric mean and harmonic mean #2227

jqnatividad opened this issue Oct 21, 2024 Discussed in #2188 · 0 comments
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.

Comments

@jqnatividad
Copy link
Owner

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/

@jqnatividad jqnatividad added the enhancement New feature or request. Once marked with this label, its in the backlog. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Once marked with this label, its in the backlog.
Projects
None yet
Development

No branches or pull requests

2 participants
@jqnatividad and others