-
-
Notifications
You must be signed in to change notification settings - Fork 815
feat: add stats/incr/nanwmean
#6441
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
base: develop
Are you sure you want to change the base?
feat: add stats/incr/nanwmean
#6441
Conversation
… namespace This commit adds a package which provides a way to compute the mean of a set of numbers while ignoring NaN values. It is made to address [RFC] Issue stdlib-js#5628, and as suggested in the issue, it is based on a thin wrapper around wmean, similar to the relationship between nansum and sum, mainting API consistency and design. This commit includes appropriate documentation and tests for the new purpose of the package, styles of which are consistent to the stats/incr/* namespace. Fixes: stdlib-js#5628 [RFC] Private-ref: stdlib-js#5628 Authored-by: Don Chacko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
1 similar comment
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
… stats/incr/* namespace This commit adds minor changes to the README.md of the nanwmean package, to improve clarity and fix a mistake in the usage section where a different package was used. Author: Don Roy Chacko <[email protected]> Reviewed-by: hrshya Co-authored-by: Harsh <[email protected]> Signed-off-by: Don Roy Chacko <[email protected]>
This commit fixes the lint errors in the nanwmean module. The changes are applied to the following files: - nanwmean/README.md - nanwmean/docs/repl.txt - nanwmean/lib/index.js - nanwmean/lib/main.js - nanwmean/test/test.js Improvements include: - Correcting indentation and spacing issues - Switch to LF line endings
This commit fixes remark lint errors in the README.md file for the `@stdlib/stats/incr/nanwmean` package. Authored By: Don Roy Chacko <[email protected]>
/stdlib lint-autofix |
This commit is a license header lint fix for the nanwmean module for the README.md file.
…lib into feature/nanwmean This commit accounts for the merge of the lint_autofix commit to the feature/nanwmean branch.
stats/incr/nanwmean
subject: adds nanwmean package to the stats/incr/* namespace
type: feat
Description
Adds nanwmean package to the stats/incr/* namespace
This pull request:
stats/incr/nanwmean
#5628, and as suggested in the issue, it is based on a thin wrapper around wmean, similar to the relationship between nansum and sum, maintaining API consistency and design. This commit includes appropriate documentation and tests for the new purpose of the package, styles of which are consistent to the stats/incr/* namespace.Related Issues
This pull request:
stats/incr/nanwmean
#5628Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers