-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
Add distribution plots to rand_distr
documentation
#1434
Merged
MichaelOwenDyer
merged 30 commits into
rust-random:master
from
MichaelOwenDyer:dist-diagrams-in-docs
Jul 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9b02d66
Intermediate solution
MichaelOwenDyer 2ea1da3
First few diagrams added
MichaelOwenDyer 3187495
Remove bernoulli.png, move python src to diagrams folder, add more di…
MichaelOwenDyer e4cfd9d
Embed more diagrams
MichaelOwenDyer 52719b4
Add back python code in new dir
MichaelOwenDyer f656d82
Switch to svg files
MichaelOwenDyer bcc0228
Exclude py src from package
MichaelOwenDyer 6dc035c
Add python method stubs for all dists
MichaelOwenDyer 00ba897
Remove python and embedding
MichaelOwenDyer 6bc8145
Remove plots
MichaelOwenDyer 741d82e
Documentation binomial to hypergeometric
MichaelOwenDyer af53cb2
Add rest of plots
MichaelOwenDyer 91028d2
Merge branch 'refs/heads/master' into dist-diagrams-in-docs
MichaelOwenDyer 92010f2
Update documentation
MichaelOwenDyer 5bb4635
Rustfmt
MichaelOwenDyer 0ff93c9
Update CHANGELOG.md
MichaelOwenDyer 6d3f241
Implement feedback
MichaelOwenDyer 4f201ba
Update documentation for t-distribution
MichaelOwenDyer c1342f3
Update documentation for StudentT::new
MichaelOwenDyer 1fa94f6
Update documentation
MichaelOwenDyer 2d8de9a
Update documentation
MichaelOwenDyer 2319a65
Update Inverse Gaussian and Normal
MichaelOwenDyer 9829ca1
Update documentation
MichaelOwenDyer 74ec228
Add Wikipedia links
MichaelOwenDyer e105c59
Consistency
MichaelOwenDyer 6165645
fmt
MichaelOwenDyer b1f5252
Change order of Frechet parameters
MichaelOwenDyer 00503f4
Fix Pareto parameters
MichaelOwenDyer 4428023
Fix ξ name
MichaelOwenDyer 4a880b8
Add skew normal wikipedia link
MichaelOwenDyer 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 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 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 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 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 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 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.
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 think the parameter names got confused somewhere — looks like
α
isshape
. Also, match argument order of the constructor:scale
comes first.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.
Okay, I think I fixed it; please take another look. The plot still lists them in the other order (α, xₘ) but I guess that's okay.