-
-
Notifications
You must be signed in to change notification settings - Fork 907
feat: add C implementation for stats/base/dists/betaprime/mode
#4065
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/betaprime/mode
#4065
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/benchmark/c/benchmark.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.
Left a bunch of comments that will have to be addressed.
Noticed a lot of missing newlines at end of files and mixed indentation. Please make sure you have EditorConfig setup in your IDE for automatic formatting.
/stdlib update-copyright-years |
cc: @kgryte @Planeshifter Made the essential changes addressing |
Signed-off-by: Neeraj Pathak <[email protected]>
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/src/main.c
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, @Neerajpathak07, for the PR and subsequent edits!
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Signed-off-by: Philipp Burckhardt <[email protected]>
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#4065 Closes: stdlib-js#3442 Co-authored-by: Philipp Burckhardt <[email protected]> Co-authored-by: stdlib-bot <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Neeraj Pathak <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#4065 Closes: stdlib-js#3442 Co-authored-by: Philipp Burckhardt <[email protected]> Co-authored-by: stdlib-bot <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Neeraj Pathak <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
Resolves #3442 .
Description
This pull request:
stats/base/dists/betaprime/mode
Related Issues
This pull request:
@stdlib/stats/base/dists/betaprime/mode
#3442Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers