I have coded in c++ a histogram object that can be used as:

h += my_sample

or

h += my_vector

This is very useful in simulations which are looping and developing results
incrementally.  It would me great to have such a feature in numpy.

_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to