-
-
Notifications
You must be signed in to change notification settings - Fork 667
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 stats/base/dists/uniform/entropy
#4021
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
statse/base/dists/uniform/entropy
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/examples/c/example.c
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.
Thanks, @sethdivyansh!
Left comments that will have to be addressed before merging, but otherwise looks fine to me.
statse/base/dists/uniform/entropy
state/base/dists/uniform/entropy
state/base/dists/uniform/entropy
stats/base/dists/uniform/entropy
Done with the changes. Please review. |
lib/node_modules/@stdlib/stats/base/dists/uniform/entropy/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
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 the edits!
Made one more change but let's get your PR in now. 🚀
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#4021 Closes: stdlib-js#3826 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #3826
Description
This pull request:
@stdlib/stats/base/dists/uniform/entropy
#3826Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers