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


Achim Gaedke writes:
 > Here are the cvs-diffs for the new histogram2d functions:
 >  double gsl_histogram2d_xmean (const gsl_histogram2d * h);
 >  double gsl_histogram2d_ymean (const gsl_histogram2d * h);
 >  double gsl_histogram2d_xsigma (const gsl_histogram2d * h);
 >  double gsl_histogram2d_ysigma (const gsl_histogram2d * h);
 >  double gsl_histogram2d_cov (const gsl_histogram2d * h);

Thanks, I've added the statistics functions.

I've left the psum functions out, I think it's sufficient for the user
to make a loop with gsl_histogram_get(h,i) or gsl_histogram2d_get(h,i,j).

-- 
Brian

----------------------------------------------------------------------
Network Theory Ltd            Phone: 0117 3179309 (+44 117 3179309)
15 Royal Park                 WWW: http://www.network-theory.co.uk/
Bristol BS8 3AL               Email: bjg@network-theory.co.uk     
United Kingdom                
----------------------------------------------------------------------


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