-
-
Notifications
You must be signed in to change notification settings - Fork 807
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 support for accessor arrays and refactor stats/base/stdevwd
#6527
base: develop
Are you sure you want to change the base?
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
stats/base/stdevwd
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.
kindly address the CI failures and use #6248 as a reference PR, follow the conventions of benchmarks, examples docs, tests etc
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.
use tabs instead of spaces
@@ -28,6 +28,17 @@ import stdevwd = require( './index' ); | |||
stdevwd( x.length, 1, x, 1 ); // $ExpectType number | |||
} | |||
|
|||
// The function supports accessor arrays... | |||
{ | |||
const accessorArray = { |
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.
use @stdlib/array/base/accessor
here and elsewhere
Resolves #5685
Description
This pull request:
Related Issues
This pull request:
stats/base/stdevwd
#5685Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers