-
-
Notifications
You must be signed in to change notification settings - Fork 908
feat: add C implementation for stats/base/dists/normal/mean
#3987
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
Conversation
This file contains hidden or 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
Coverage Report
The above coverage report was generated for the changes in this PR. |
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
Thank you for working on this pull request. However, we cannot accept your contribution due to Git history issues. Some common issues include:
We recommend opening a new pull request with only the intended changes. Thank you for your interest in stdlib, and we look forward to your future contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
autoclose: Git History
Pull request which should be auto-closed due to a messed-up Git history.
Good First PR
A pull request resolving a Good First Issue.
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