-
-
Notifications
You must be signed in to change notification settings - Fork 837
feat: add C implementation for stats/base/dists/cauchy/mode
#3952
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. |
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/README.md
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, @vivekmaurya001! Left a few comments but otherwise PR should be ready to land.
@Planeshifter tests are getting failed should i revert eps package in manifest ? |
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/src/main.c
Outdated
Show resolved
Hide resolved
@Planeshifter , done the changes please take a look |
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.
Let's land this PR shortly. Thanks for all your work, @vivekmaurya001 !
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/cauchy/mode/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
…k/c/benchmark.c Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#3952 Closes: stdlib-js#3484 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: stdlib-js#3952 Closes: stdlib-js#3484 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: stdlib-js#3952 Closes: stdlib-js#3484 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #3484.
Description
This pull request:
@stdlib/stats/base/dists/cauchy/mode
#3484Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers