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

Implement fmean function #73

Open
roberto-butti opened this issue Dec 8, 2024 · 2 comments
Open

Implement fmean function #73

roberto-butti opened this issue Dec 8, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@roberto-butti
Copy link
Contributor

fmean is similar to mean but:

  • it converts all the data into float
  • always returns a float
  • the second parameter is a list of weights
  • if weights are defined, they should have the same length of array data

Similar to this: https://docs.python.org/3/library/statistics.html#statistics.fmean

@roberto-butti roberto-butti added enhancement New feature or request good first issue Good for newcomers labels Dec 8, 2024
@sukuasoft
Copy link
Contributor

Hi, @roberto-butti can I work on this issue?

@roberto-butti
Copy link
Contributor Author

Hi, @roberto-butti can I work on this issue?

Of course, if you want to, yes it will be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants