Skip to content

Conversation

satansin123
Copy link
Contributor

@satansin123 satansin123 commented Mar 15, 2025

Resolves #5570 .

Description

What is the purpose of this pull request?

This pull request:

  • Adds the @stdlib/stats/incr/nanme package, which computes an incremental mean error while handling NaN values by skipping them.

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

image
image
image

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Statistics Issue or pull request related to statistical functionality. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Mar 15, 2025
Copy link
Contributor

@stdlib-bot stdlib-bot left a 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. 🏃 💨

@stdlib-bot
Copy link
Contributor

stdlib-bot commented Mar 15, 2025

Coverage Report

Package Statements Branches Functions Lines
stats/incr/nanme $\color{green}135/135$
$\color{green}+100.00\%$
$\color{green}8/8$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}135/135$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@satansin123 satansin123 changed the title feat(stats): add nanme package feat(stats): add stats/incr/nanme Mar 15, 2025
@satansin123 satansin123 changed the title feat(stats): add stats/incr/nanme feat: add stats/incr/nanme Mar 15, 2025
@satansin123
Copy link
Contributor Author

/stdlib lint-autofix

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Mar 15, 2025
@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Mar 15, 2025
@satansin123
Copy link
Contributor Author

/stdlib help

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Mar 16, 2025
@stdlib-bot
Copy link
Contributor

@satansin123, available slash commands include:

  • /stdlib check-files - Check for required files.
  • /stdlib update-copyright-years - Update copyright header years.
  • /stdlib lint-autofix - Auto-fix lint errors.
  • /stdlib merge - Merge changes from develop branch into this PR.
  • /stdlib rebase - Rebase this PR on top of develop branch.

@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Mar 16, 2025
@satansin123
Copy link
Contributor Author

/stdlib check-files

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Mar 16, 2025
@stdlib-bot
Copy link
Contributor

Hi @satansin123, thank you for your contribution!

🎉 Your pull request contains all required files for the new package: 🎉

  • package.json
  • README.md
  • docs/repl.txt
  • docs/types/index.d.ts
  • docs/types/test.ts
  • lib/index.js
  • lib/main.js
  • benchmark/benchmark.js
  • examples/index.js
  • test/test.js

-- stdlib-bot

@stdlib-bot stdlib-bot removed bot: In Progress Pull request is currently awaiting automation. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. labels Mar 16, 2025
@satansin123
Copy link
Contributor Author

/stdlib update-copyright-years

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Mar 18, 2025
@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Mar 18, 2025
@stdlib-bot stdlib-bot added bot: In Progress Pull request is currently awaiting automation. and removed bot: In Progress Pull request is currently awaiting automation. labels Mar 18, 2025
@satansin123
Copy link
Contributor Author

/stdlib lint-autofix

@stdlib-bot stdlib-bot added bot: In Progress Pull request is currently awaiting automation. and removed bot: In Progress Pull request is currently awaiting automation. labels Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. Statistics Issue or pull request related to statistical functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC]: add stats/incr/nanme

2 participants