This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl_histogram_sum proposal


Done... hope you like this diff.

cd gsl
cvs -z9 -d `cat CVS/Root` diff -u . 2>/dev/null 1>~/diff.histogram

Brian Gough schrieb:
> 
> Achim Gaedke writes:
>  > Here is a proposal for an additional function in histogram/stat.c:
>  >  double gsl_histogram_sum(gsl_histogram * h)
>  >  Using gsl_histogram_increment() it gives you the number of
>  > samples, you have added to the histogram. Maybe someone is missing
>  > it, too.
> 
> That looks fine.  If you can send me a complete patch for 1d/2d
> histograms and documentation I'll add it straight in.
> 
> Brian

Attachment: diff.histogram
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]