-
-
Notifications
You must be signed in to change notification settings - Fork 594
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/normal/mean
#3987
Open
sethdivyansh
wants to merge
41
commits into
stdlib-js:develop
Choose a base branch
from
sethdivyansh:normal-mean
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+11,069
−80
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stdlib-bot
added
Statistics
Issue or pull request related to statistical functionality.
Needs Review
A pull request which needs code review.
labels
Dec 17, 2024
Coverage Report
The above coverage report was generated for the changes in this PR. |
Planeshifter
changed the title
feat: add C implementation for @stdlib/stats/base/dists/normal/mean
feat: add C implementation for Dec 18, 2024
stats/base/dists/normal/mean
I tried finding why this was disabled to begin with; however, this predates the project, and I am not sure the origin. My guess is that this stems from the Markdown specification allowing two spaces to force a hard line break. By trimming trailing whitespace, that could mean that Markdown formatting is affected. However, we do not use two spaces to force linebreaks. Instead, we use blank lines. As such, I think we can enable automatic whitespace trimming.
PR-URL: stdlib-js#3979 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3978 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3977 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3956 Closes: stdlib-js#3799 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Signed-off-by: Vinit Pandit <[email protected]>
PR-URL: stdlib-js#3925 Closes: stdlib-js#3866 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Gururaj Gurram <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3990 Closes: stdlib-js#3811 Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3992 Closes: stdlib-js#3759 Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3957 Closes: stdlib-js#3801 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Signed-off-by: Vinit Pandit <[email protected]>
…_LUCAS` PR-URL: stdlib-js#3980 Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#3945 Closes: stdlib-js#3807 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Signed-off-by: Vinit Pandit <[email protected]>
PR-URL: stdlib-js#3994 Closes: stdlib-js#3746 Co-authored-by: stdlib-bot <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#4010 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
PR-URL: stdlib-js#4009 Reviewed-by: Athan Reines <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]>
…r normal mean distribution
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.
Statistics
Issue or pull request related to statistical functionality.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #3776
Description
This pull request:
@stdlib/stats/base/dists/normal/mean
#3776Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers