[SciPy-Dev] improvement to binned statistic
Edouard Goudenhoofdt
egouden at gmail.com
Wed Sep 18 05:29:12 EDT 2019
Dear scipy developers,
One could use scipy.stats.binned_statistic_dd for the same sample points
but for values available at different times.
Currently this involves the computation of the bin numbers every time the
function is called.
Therefore I would like to add an optional argument "binnumbers" to skip
this step when calling the function again.
Best regards,
Edouard Goudenhoofdt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20190918/62ea2a17/attachment.html>
More information about the SciPy-Dev
mailing list