Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Draft
navyansh007 wants to merge2 commits intostdlib-js:develop
base:develop
Choose a base branch
Loading
fromnavyansh007:half-normal-dist-implementation

Conversation

@navyansh007
Copy link
Contributor

Resolves#8205 .

Description

What is the purpose of this pull request?

This pull request implements the half-normal statistical distribution, which is understats/base/dists

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

---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---
@stdlib-botstdlib-bot added StatisticsIssue or pull request related to statistical functionality. Needs ReviewA pull request which needs code review. labelsOct 6, 2025
@PlaneshifterPlaneshifter self-requested a reviewOctober 7, 2025 16:44
@kgryte
Copy link
Member

@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.

@kgrytekgryte marked this pull request as draftOctober 14, 2025 13:43
@stdlib-botstdlib-bot removed the Needs ReviewA pull request which needs code review. labelOct 14, 2025
@navyansh007
Copy link
ContributorAuthor

Hey@kgryte,
Thank you for getting back to me. So here is what I understood. WIll it be a good idea to raise multiple PRs that implement a small part of thehalfnormal distribution package namespace (for example, I raise a PR that solely implementscdf subpackage forhalfnormal)?

@kgryte
Copy link
Member

I raise a PR that solely implements cdf subpackage for halfnormal

Correct.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@PlaneshifterPlaneshifterAwaiting requested review from Planeshifter

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

StatisticsIssue or pull request related to statistical functionality.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[RFC]: Add support for half-normal distribution@stdlib/stats/base/dists/halfnormal

3 participants

@navyansh007@kgryte@stdlib-bot

[8]ページ先頭

©2009-2025 Movatter.jp