
3 May
2010
3 May
'10
2:02 p.m.
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.