-
Notifications
You must be signed in to change notification settings - Fork 24
Fix consistency plots #206
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
Fix consistency plots #206
Conversation
feat: added option to plot test distribution's mean. styl: homogenized plot_poisson_consistency_test and plot_consistency_test
@pabloitu is this ready to merge? |
this is ready |
feat: added option to plot test distribution's mean. styl: homogenized plot_poisson_consistency_test and plot_consistency_test
…consistency_plots
rebased onto v0.6.1_release_branch |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v0.6.1-release-branch #206 +/- ##
========================================================
Coverage ? 54.53%
========================================================
Files ? 20
Lines ? 3660
Branches ? 538
========================================================
Hits ? 1996
Misses ? 1549
Partials ? 115 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fixes #203. Replaces the use of the observed statistic to plot confidence intervals by using error plots. Instead, uses the mean of the distribution, whereas the observed statistic if plot separately. Also, provides the option to plot the mean as a black dot. This change fixes the issue, while I expect to refactor the plotting code for version 0.7.0
Type of change:
Please delete options that are not relevant.
Checklist: