-
-
Notifications
You must be signed in to change notification settings - Fork 912
feat: add C implementation for stats/dists/pareto-type1/stdev
#3925
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/dists/pareto-type1/stdev
#3925
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dists/pareto-type1/stdev/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/pareto-type1/stdev/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/pareto-type1/stdev/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/pareto-type1/stdev/lib/native.js
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 on this PR! Left a few comments that we should address.
lib/node_modules/@stdlib/stats/base/dists/pareto-type1/stdev/README.md
Outdated
Show resolved
Hide resolved
…EADME.md Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Gururaj Gurram <[email protected]>
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.
This should be good to land now after CI passes. Thanks, @gururaj1512!
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#3925 Closes: stdlib-js#3866 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Gururaj Gurram <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
Resolves #3866.
Description
This pull request:
stats/dists/pareto-type1/stdev
along with relevant tests, docs, examples and benchmarks.Related Issues
This pull request:
@stdlib/stats/base/dists/pareto-type1/stdev
#3866Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers