Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork933
feat: added complete implementation forstats/base/dists/halfnormal#8212
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
feat: added complete implementation forstats/base/dists/halfnormal#8212
Uh oh!
There was an error while loading.Please reload this page.
Conversation
---type: pre_commit_static_analysis_reportdescription: 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: passed - 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: na - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed---
…mplementation---type: pre_commit_static_analysis_reportdescription: 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: passed - 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: na - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed---
@navyansh007 Thanks for working on this. I am going to mark this PR as "draft", as the various packages only add the implementations, but not all the associated documentation (README, TypeScript declarations, REPL text, etc), tests, benchmarks, and examples. You'll need to add those before this PR can move forward. It may be easier if you split the various sub-packages into separate PRs. Otherwise, this PR will end up with many files and review will likely be slower. |
Hey@kgryte, |
Correct. |
Resolves#8205 .
Description
This pull request implements the half-normal statistical distribution, which is under
stats/base/distsRelated Issues
This pull request:
@stdlib/stats/base/dists/halfnormal#8205Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers