feat: add stats/incr/nanewstdev#6099
Merged
Merged
Conversation
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
stats/incr/nanewstdev
Contributor
Author
|
/stdlib update-copyright-years |
4625849 to
8468926
Compare
Contributor
Author
|
@kgryte i think this pr is good enough to merge, if there are any changes required let me know |
Planeshifter
requested changes
Mar 10, 2026
- remove backticks around NaN in package.json description - fix grammar in README notes - add spaces inside parentheses in main.js - use %s format specifier for toFixed string output in example - remove manually populated See Also section - use `format` for benchmark name string concatenation
…octest The `@module` `@example` used the wrong function name and called the accumulator factory without the required smoothing factor, causing the jsdoc-doctest lint to fail.
Member
|
/stdlib merge |
- remove unused `isnan` import from README example - add spaces inside parentheses to satisfy `space-in-parens`
Planeshifter
approved these changes
Jul 12, 2026
Contributor
PR Commit MessagePlease review the above commit message and make any necessary adjustments. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #5557.
Description
This pull request:
@stdlib/stats/incr/ewstdevmain functionRelated Issues
This pull request:
stats/incr/nanewstdev#5557Questions
No.
Other
Test:

Examples:

Benchmark:

Checklist
@stdlib-js/reviewers