-
-
Notifications
You must be signed in to change notification settings - Fork 822
feat: add C implementation for @stdlib/stats/base/dists/bernoulli/mean
#3451
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
Until CI passes, this PR cannot be reviewed. |
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib update-copyright-years |
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
...les/@stdlib/stats/base/dists/bernoulli/mean/include/stdlib/stats/base/dists/bernoulli/mean.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/README.md
Outdated
Show resolved
Hide resolved
You'll want to go through your other related PRs to make any similar requested changes. |
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/src/main.c
Outdated
Show resolved
Hide resolved
@kgryte , done changes please give a look |
lib/node_modules/@stdlib/stats/base/dists/bernoulli/mean/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[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 for working on this @vivekmaurya001. This now LGTM.
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Resolves #3414.
Description
This pull request:
@stdlib/stats/base/dists/bernoulli/mean
#3414Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers