[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: projects/bayani/src/bayani-core dataarray.cc dataarray.h fit.cc fit.h histogram.cc histogram.h



----------------------------------------------
From: Youcef Rabah Rahal (rahal)
Date: Thu Aug 26 14:57:46 2004

Update of /home/arabeyes/cvs/projects/bayani/src/bayani-core
In directory sina:/tmp/cvs-serv23682

Modified Files:
	dataarray.cc dataarray.h fit.cc fit.h histogram.cc histogram.h 

Log Message:
- Histogram class:
  + Storing the bins and their values in a DataArray (useful for plotting
    and fitting).
- Fit class:
  + Analytical fits with <= 2-degree polynomials.
  + Use of DataArrays to store the fit data.
  + Corrected a bug in NDF computation.