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
>
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