[Numpy-discussion] Proposal: Automatic estimation of number of histogram bins for weighted data

2021-12-12 Thread Jonathan Crall
Hi all, this is my first post on this mailing list. I'm writing to propose a method for extending the histogram bandwidth estimators to work with weighted data. I originally submitted this proposal to seaborn: https://github.com/mwaskom/seaborn/issues/2710 and mwaskom suggested I take it here. Cu

[Numpy-discussion] Re: Proposal: Automatic estimation of number of histogram bins for weighted data

2021-12-23 Thread Jonathan Crall
only frequency weights > https://www.stata.com/manuals/u11.pdf#u11.1.6weight. > > Kevin > > > On Sun, Dec 12, 2021 at 9:45 AM Jonathan Crall wrote: > >> Hi all, this is my first post on this mailing list. >> >> I'm writing to propose a method for extending

[Numpy-discussion] Re: Proposal: Automatic estimation of number of histogram bins for weighted data

2021-12-24 Thread Jonathan Crall
re has been work to add a O(n log > n) implementation recently. > > - Joe > > On Thu, Dec 23, 2021 at 1:19 PM Jonathan Crall wrote: > >> While it does feel like this might be more scipy-ish than numpy-ish, >> numpy has an existing histogram method, with existing heuristic