-
-
Notifications
You must be signed in to change notification settings - Fork 835
feat: add C implementation for stats/base/dists/bernoulli/skewness
#3458
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
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/examples/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/manifest.json
Outdated
Show resolved
Hide resolved
...lib/stats/base/dists/bernoulli/skewness/include/stdlib/stats/base/dists/bernoulli/skewness.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this license file included here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought since we were adding C implementations for the file and it could be referenced to create new files which is why i thought about adding them.
@kgryte I have done the changes from the code review and I apologize for the numerous errors I'll try to keep it minimum. |
@stdlib/stats/base/dists/bernoulli/skewness
stats/base/dists/bernoulli/skewness
/stdlib help |
@Neerajpathak07, slash command not recognized. Please use |
@Neerajpathak07, slash command not recognized. Please use |
@Neerajpathak07, available slash commands include:
|
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will merge shortly after CI checks have passed.
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#3458 Closes: stdlib-js#3420 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Co-authored-by: stdlib-bot <noreply@stdlib.io> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR-URL: stdlib-js#3458 Closes: stdlib-js#3420 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Co-authored-by: stdlib-bot <noreply@stdlib.io> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #3420
Description
This pull request:
@stdlib/stats/base/dists/bernoulli/skewness
Related Issues
This pull request:
@stdlib/stats/base/dists/bernoulli/skewness
#3420Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers