-
-
Notifications
You must be signed in to change notification settings - Fork 907
refactor: update stats/base/dists/triangular/mgf
implementation and test tolerances
#4768
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 18 commits into
stdlib-js:develop
from
anandkaranubc:fix/triangular-mgf-divergence
Mar 6, 2025
+500
−80
Merged
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
51e7260
feat: update fixtures for triangular MGF based on Julia implementation
anandkaranubc f4234cc
refactor: align main and factory.js with Julia-based triangular MGF i…
anandkaranubc 078ba22
test: adjust tolerance levels in test.native.js for triangular MGF co…
anandkaranubc 263cdaf
refactor: update main.c to align triangular MGF implementation with J…
anandkaranubc 004d18c
refactor: reorganise unused variables in main.c
anandkaranubc ff1d644
feat: add fixtures for triangular MGF test cases for different condit…
anandkaranubc aca10b4
feat: add fixtures for triangular MGF test cases for different condit…
anandkaranubc 01ce172
bench: added benchmarks for different cases in triangular mgf impleme…
anandkaranubc d47eda3
refactor: remove the extra if in main.c
anandkaranubc 7267f00
chore: fix the order of includes in main.c
anandkaranubc 8f01ad8
refactor: apply suggestions from PR review
anandkaranubc 0937887
refactor: add private label to phi2.js
anandkaranubc 2d4f12d
bench: update tolerances for the native tests
anandkaranubc 659542c
bench: move random number generation outside the benchmarking loops a…
anandkaranubc d36338c
Merge branch 'stdlib-js:develop' into fix/triangular-mgf-divergence
anandkaranubc 63bc5ad
test: update comment about high tolerance issue
anandkaranubc 874afd7
Merge remote-tracking branch 'upstream/develop' into fix/triangular-m…
stdlib-bot 0e26b69
chore: add exports header comment
Planeshifter 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
2 changes: 1 addition & 1 deletion
2
...node_modules/@stdlib/stats/base/dists/triangular/mgf/test/fixtures/julia/large_range.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ode_modules/@stdlib/stats/base/dists/triangular/mgf/test/fixtures/julia/medium_range.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...node_modules/@stdlib/stats/base/dists/triangular/mgf/test/fixtures/julia/small_range.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.