feat: add C implementation for stats/base/dists/levy/quantile#4756
feat: add C implementation for stats/base/dists/levy/quantile#4756Planeshifter merged 19 commits intostdlib-js:developfrom
stats/base/dists/levy/quantile#4756Conversation
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 |
|
|
||
| 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.
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
---
|
@saurabhraghuvanshii The PR is in much better shape now!! |
@stdlib/stats/base/dists/levy/quantilestats/base/dists/levy/quantile
stats/base/dists/levy/quantilestats/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 . |
---
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 |
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Planeshifter
left a comment
There was a problem hiding this comment.
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 MessagePlease review the above commit message and make any necessary adjustments. |
Resolves #3730 .
Description
This pull request:
@stdlib/stats/base/dists/levy/quantileRelated Issues
This pull request:
@stdlib/stats/base/dists/levy/quantile#3730Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers