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

Closed
jqnatividad opened this issue Oct 21, 2024 Discussed in #2188 · 1 comment · Fixed by #2342
Closed

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

jqnatividad opened this issue Oct 21, 2024 Discussed in #2188 · 1 comment · Fixed by #2342
Assignees
Labels
enhancement New feature or request. Once marked with this label, its in the backlog. WIP work in progress

Comments

@jqnatividad
Copy link
Collaborator

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
@YeharaDananjaya
Copy link

maybe this solution will solve your problem click

@jqnatividad jqnatividad self-assigned this Dec 5, 2024
@jqnatividad jqnatividad added the WIP work in progress label Dec 7, 2024
@jqnatividad
Copy link
Collaborator Author

Implemented the necessary helper functions in qsv-stats
#2339

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. WIP work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants