Howdy,

On 17 January 2010 at 11:44, Kingsley G. Morse Jr. wrote:
| Hi Dirk,
| 
| Thanks for opening my eyes to the history of bin
| limits.
| 
| In light of your elucidating reply, I suppose I
| agree that this bug report should be closed.

Thanks!  Not everybody takes a reply like that well. Having done this for
over a decade I've had all sorts of replies.
 
| Maybe I'll replace gsl-histogram with a call to
| hist() through littler.

That's exactly what I would do. hist() does return the bins though one may
need another operation or two before one gets a printout a compact as the one
from gsl-histogram.

One other trick that I could think off is to invert the [ ) interval but 

    taking the series x1, ..., xN and computing  M-x1, ..., M-xN where
    M is a bigger 'max' value

    the compute the histogram 

    and the revert M back out of the binning.  

Cheers, Dirk 

-- 
Three out of two people have difficulties with fractions.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to