Re: [Numpy-discussion] histogram for discrete data

2009-12-06 Thread josef . pktd
2009/12/6 Ernest Adrogué : > Hi, > > A few weeks ago there was a discussion about a > histogram_discrete() function --sorry for starting a new > thread but I have lost the mails. > > Somebody pointed out that bincount() already can be used > to histogram discrete data (except that it doesn't work >

[Numpy-discussion] histogram for discrete data

2009-12-06 Thread Ernest Adrogué
Hi, A few weeks ago there was a discussion about a histogram_discrete() function --sorry for starting a new thread but I have lost the mails. Somebody pointed out that bincount() already can be used to histogram discrete data (except that it doesn't work with negative values). I have just discov