-
-
Notifications
You must be signed in to change notification settings - Fork 908
feat: add C implementation for stats/base/dists/betaprime/stdev
#3461
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
/stdlib update-copyright-years |
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/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.
Thanks for working on this, @aayush0325. Spot checking your other PRs, it looks like you need to make similar changes across all of them. Please see #3354 for an idea of what we are looking for.
@stdlib/stats/base/dists/betaprime/stdev
stats/base/dists/betaprime/stdev
good evening @kgryte, ive pushed the requested changes in this and all other PRs. thanks for your time! |
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, @aayush0325! Let's get this one in.
lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <[email protected]>
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Resolves #3446
Description
This pull request:
@stdlib/stats/base/dists/betaprime/stdev
along with relevant tests, docs, examples and benchmarks.Related Issues
This pull request:
@stdlib/stats/base/dists/betaprime/stdev
#3446Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers