-
-
Notifications
You must be signed in to change notification settings - Fork 556
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 C implementation for @stdlib/stats/base/dists/bernoulli/entropy
#3449
base: develop
Are you sure you want to change the base?
feat: add C implementation for @stdlib/stats/base/dists/bernoulli/entropy
#3449
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/binding.gyp
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/test/test.native.js
Outdated
Show resolved
Hide resolved
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.
@vivekmaurya001 Before opening many simultaneous PRs, please prioritize improving your existing PRs. Many of the mistakes flagged in this PR will need to be corrected across your other PRs. You'll save yourself (and us!) work and time by getting things right the first time.
@kgryte , I understand my mistake , I am correcting it |
/stdlib update-copyright-years |
@kgryte , changes done please give a look ! |
Resolves #3412.
Description
This pull request:
@stdlib/stats/base/dists/bernoulli/entropy
#3412Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers