-
-
Notifications
You must be signed in to change notification settings - Fork 931
feat: add stats/base/ndarray/meankbn
#8188
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
feat: add stats/base/ndarray/meankbn
#8188
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
stats/base/ndarray/meankbn
|
@kgryte May i know what changes are required so that this PR can be accepted ? |
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.
Refer to the lib folder of stats/base/ndarray/mean. Use a similar implementation to stats/base/ndarray/mean and just update imports and docs according to meankbn.
|
Ref: #8116 |
|
Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Resolves #8095
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
status: passed
status: passed
status: passed
status: passed
status: passed
status: passed
status: na
status: passed
status: passed
status: passed
status: na
status: na
status: na
status: na
status: na
status: na
status: na
status: passed
status: passed
status: passed
Description
This PR adds a new package
@stdlib/stats/base/ndarray/meankbn,which computes the arithmetic mean of a one-dimensional ndarray
using the improved Kahan–Babuška algorithm.
This pull request:
@stdlib/stats/base/ndarray/meankbn@stdlib/stats/base/ndarray/meanbut uses the improved Kahan–Babuška algorithmRelated Issues
This pull request:
stats/base/ndarray/meankbn#8095Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers