-
-
Notifications
You must be signed in to change notification settings - Fork 869
feat: add c implementation of stats/base/dists/rayleigh/cdf
#3931
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. |
stats/base/dists/rayleigh/cdf
stats/base/dists/rayleigh/cdf
...modules/@stdlib/stats/base/dists/rayleigh/cdf/include/stdlib/stats/base/dists/rayleigh/cdf.h
Outdated
Show resolved
Hide resolved
…clude/stdlib/stats/base/dists/rayleigh/cdf.h Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/lib/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.
Thanks for your work! Left a bunch of comments that should be addressed, but otherwise this PR is looking good.
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
lib/node_modules/@stdlib/stats/base/dists/rayleigh/cdf/examples/c/example.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 your edits! Will merge once CI has passed.
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Resolves #3798 .
Description
This pull request:
stats/base/dists/rayleigh/cdf
Related Issues
This pull request:
@stdlib/stats/base/dists/rayleigh/cdf
#3798Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers