feat: add stats/base/ndarray/dvariancetk - #14196
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
0PrashantYadav0
left a comment
There was a problem hiding this comment.
Other then some minor changes, everything LGTM!
| var ndarray2array = require( '@stdlib/ndarray/to-array' ); | ||
| var dfirstIndexEqual = require( './../lib' ); | ||
| var dvariancetk = require( '@stdlib/stats/base/ndarray/dvariancetk/lib' ); |
There was a problem hiding this comment.
| var dvariancetk = require( '@stdlib/stats/base/ndarray/dvariancetk/lib' ); | |
| var dvariancetk = require( './../lib' ); |
| */ | ||
|
|
||
| // MODULES // | ||
|
|
||
| var main = require( './main.js' ); | ||
| var main = require( '@stdlib/stats/base/ndarray/dvariancetk/lib/main.js' ); |
There was a problem hiding this comment.
| var main = require( '@stdlib/stats/base/ndarray/dvariancetk/lib/main.js' ); | |
| var main = require( './main.js' ); |
|
|
||
|
|
||
| // FUNCTIONS // | ||
|
|
||
| /** | ||
| * Returns a one-dimensional ndarray. | ||
| * Returns a one-dimensional ndarray . |
There was a problem hiding this comment.
| * Returns a one-dimensional ndarray . | |
| * Returns a one-dimensional ndarray. |
Resolves none.
Description
This pull request:
stats/base/ndarray/dvariancetkRelated Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers