Skip to content

ENH add numpy binning options#194

Merged
lorentzenchr merged 2 commits intomainfrom
bins
Feb 15, 2025
Merged

ENH add numpy binning options#194
lorentzenchr merged 2 commits intomainfrom
bins

Conversation

@lorentzenchr
Copy link
Copy Markdown
Owner

Closes #181.

  • compute_bias, plot_bias and compute_marginal, plot_marginal
  • Add binning options from numpy.histogram_bin_edges
  • Change bin_method default to "auto"
  • Improve handling of np.inf
  • Limit to n_bins >= 2
  • Merge to "rest-n" string/category

* compute_bias, plot_bias and compute_marginal, plot_marginal
* Add binning options from numpy.histogram_bin_edges
* Change bin_method default to "auto"
* Improve handling of np.inf
* Limit to n_bins >= 2
* Merge to "rest-n" string/category
@lorentzenchr lorentzenchr merged commit de1a538 into main Feb 15, 2025
7 checks passed
@lorentzenchr lorentzenchr deleted the bins branch February 15, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

More control over bins in plot_marginal()

1 participant