-
-
Notifications
You must be signed in to change notification settings - Fork 836
feat: add C implementation for stats/base/dists/levy/quantile
#4756
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/base/dists/levy/quantile
#4756
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib help |
@saurabhraghuvanshii, slash command not recognized. Please use |
@saurabhraghuvanshii, available slash commands include:
|
/stdlib help |
@saurabhraghuvanshii, available slash commands include:
|
/stdlib update-copyright-years |
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
|
||
for ( i = 0; i < 25; i++ ) { | ||
p = random_uniform( 0.0, 10.0 ); | ||
mu = random_uniform( 0.0, 10.0 ) - 5.0; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.native.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/examples/c/example.c
Outdated
Show resolved
Hide resolved
ef383d2
to
78cdb2c
Compare
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: passed - task: lint_c_examples status: passed - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/test/test.quantile.js
Outdated
Show resolved
Hide resolved
@saurabhraghuvanshii The PR is in much better shape now!! |
@stdlib/stats/base/dists/levy/quantile
stats/base/dists/levy/quantile
stats/base/dists/levy/quantile
stats/base/dists/levy/quantile
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: passed - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
done . |
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/test/test.native.js
Show resolved
Hide resolved
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
LGTM!! Thank you soo much for the changes. |
@Neerajpathak07 thanks for reviewing my messing files it is hard work . Thanks again |
@kgryte @Planeshifter it is ready for merge and review by @Neerajpathak07 check it |
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/examples/c/example.c
Outdated
Show resolved
Hide resolved
...dules/@stdlib/stats/base/dists/levy/quantile/include/stdlib/stats/base/dists/levy/quantile.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/levy/quantile/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
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.
Thank you, @saurabhraghuvanshii, for raising this PR and @Neerajpathak07 for review.
Looks good to me; I will land this shortly after all CI check have passed.
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Resolves #3730 .
Description
This pull request:
@stdlib/stats/base/dists/levy/quantile
Related Issues
This pull request:
@stdlib/stats/base/dists/levy/quantile
#3730Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers