Skip to content

feat: refactor and add protocol support to stats/base/nanrange-by #6440

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

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Signed-off-by: Kaushikgtm <[email protected]>
  • Loading branch information
Kaushikgtm authored Mar 30, 2025
commit 0bac44646e0f14d765a615e19a0cb048cef22a9f
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/base/nanrange-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The function has the following parameters:

- **N**: number of indexed elements.
- **x**: input [`Array`][mdn-array], [`typed array`][mdn-typed-array], or an array-like object (excluding strings and functions).
- **strideX**: index increment.
- **stride**: index increment.
- **clbk**: callback function.
- **thisArg**: execution context (_optional_).

Expand Down
Loading