-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to plotting PMFs for discrete distributions (#451)
* Support distributions with non-integer support * Use support unless unbounded * Test discrete plots * Increment version number * Update src/distributions.jl Co-authored-by: David Widmann <[email protected]> * Update src/distributions.jl Co-authored-by: David Widmann <[email protected]> * Default to hairplot for discrete dists * Only add markers if unstyled by user * Revert "Update src/distributions.jl" This reverts commit 0ba4549. * Remove whitespace * Plot discrete mixtures with sticks * Promote range bounds Necessary to call UnitRange on them * Only promote to float if necessary * Test zero-inflated Poisson * Test values of Poisson * Apply suggestions from code review Co-authored-by: David Widmann <[email protected]> * Revert "Promote range bounds" This reverts commit 0f428de. * Use mapreduce instead of explicitly looping * Don't default to showing markers Co-authored-by: David Widmann <[email protected]>
- Loading branch information
Showing
3 changed files
with
61 additions
and
18 deletions.
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
fadcdf7
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.
@BeastyBlacksmith can you register a new release here?
fadcdf7
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 do. Just wanted to be sure, you were fine with merging
fadcdf7
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.
@JuliaRegistrator register
fadcdf7
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.
Registration pull request created: JuliaRegistries/General/39474
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: