Skip to content

feat: add C implementation for @stdlib/stats/base/dists/normal/cdf #3894

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

Closed
wants to merge 1 commit into from

Conversation

manvith2003
Copy link
Contributor

@manvith2003 manvith2003 commented Dec 13, 2024

Resolves #3771

Description

adds C implementation for @stdlib/stats/base/dists/normal/cdf along with relevant tests, benchmarks and examples.

This pull request:

Resolves: [RFC]: Add C implementation for @stdlib/stats/base/dists/normal/cdf #3771

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

@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Dec 13, 2024
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
stats/base/dists/normal/cdf $\color{green}299/299$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}299/299$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@manvith2003 manvith2003 deleted the normal_cdf_c branch December 14, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review A pull request which needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: Add C implementation for @stdlib/stats/base/dists/normal/cdf
2 participants