-
-
Notifications
You must be signed in to change notification settings - Fork 846
feat: add C implementation for stats/base/dists/negative-binomial/variance
#3906
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
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
@stdlib/stats/base/dists/negative-binomial/variance
stats/base/dists/negative-binomial/variance
/stdlib update-copyright-years |
…iance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
lib/node_modules/@stdlib/stats/base/dists/negative-binomial/variance/src/main.c
Outdated
Show resolved
Hide resolved
...ists/negative-binomial/variance/include/stdlib/stats/base/dists/negative-binomial/variance.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/negative-binomial/variance/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/negative-binomial/variance/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/negative-binomial/variance/README.md
Outdated
Show resolved
Hide resolved
...ists/negative-binomial/variance/include/stdlib/stats/base/dists/negative-binomial/variance.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
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.
Thanks @AadishJ for your PR! Made some edits and will merge once CI checks have passed.
/stdlib merge |
Signed-off-by: Philipp Burckhardt <[email protected]>
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Lint failure is unrelated to this PR, will fix up in follow-up commit. |
Resolves #3770 .
Description
This pull request:
Related Issues
This pull request:
@stdlib/stats/base/dists/negative-binomial/variance
#3770Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers