-
-
Notifications
You must be signed in to change notification settings - Fork 910
feat(stats): add C implementation for stats/base/dists/hypergeometric/logpmf
#4575
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
Merged
Planeshifter
merged 23 commits into
stdlib-js:develop
from
anandkaranubc:rfc/hypergeom-logpmf
Mar 2, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2d05be5
feat: add the C src files
anandkaranubc 6e8eb2d
feat: add the C benchmark and example files
anandkaranubc 8daa9ee
feat: add the JS native files
anandkaranubc f370792
build: added the json and gyp dependency files
anandkaranubc 9937b76
docs: update README with C API documentation
anandkaranubc 24e21c7
feat: add the C src files
anandkaranubc 42d77e7
feat: add the C benchmark and example files
anandkaranubc 9f37c82
feat: add the JS native files
anandkaranubc efe9448
build: added the json and gyp dependency files
anandkaranubc 67f3f9e
docs: update README with C API documentation
anandkaranubc 9e20d50
remove the pmf implementation
anandkaranubc 24d15a0
refactor: fixed the formatting issues
anandkaranubc 594e298
refactor: fixed extra spaces and tabs
anandkaranubc 48b82bf
refactor: fixed header license
anandkaranubc 3c6a7dd
refactor: fixed examples in native.js
anandkaranubc 699f984
refactor: apply suggestions from previous PRs
anandkaranubc a6c3fa5
refactor: fix indentation of comments in header file
anandkaranubc f9c1aa8
Merge branch 'stdlib-js:develop' into rfc/hypergeom-logpmf
anandkaranubc fed37d8
Merge branch 'stdlib-js:develop' into rfc/hypergeom-logpmf
anandkaranubc 42683e1
feat: temp commit
anandkaranubc 3df0f9c
fix: update the C implementation with correct parameter types
anandkaranubc 7de3df0
chore: apply suggestions from review
anandkaranubc fc88f46
chore: add missing opts
anandkaranubc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.