-
-
Notifications
You must be signed in to change notification settings - Fork 836
feat: add C implementation stats/base/dists/rayleigh/pdf
#3945
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 stats/base/dists/rayleigh/pdf
#3945
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.c
Outdated
Show resolved
Hide resolved
…c/main.c Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
...modules/@stdlib/stats/base/dists/rayleigh/pdf/include/stdlib/stats/base/dists/rayleigh/pdf.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.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.
Thank you, @MeastroZI!
There were a few minor issues in the PR but those should now be resolved. Will merge shortly after CI has passed.
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
stats/base/dists/rayleigh/pdf
stats/base/dists/rayleigh/pdf
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Thank You @Planeshifter , I will be more careful from next time for this kind of issues. |
PR-URL: stdlib-js#3945 Closes: stdlib-js#3807 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
Resolves #3807.
Description
This pull request:
stats/base/dists/rayleigh/pdf
Related Issues
This pull request:
@stdlib/stats/base/dists/rayleigh/pdf
#3807Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers