Go to the documentation of this file.
    3 #ifndef _STAT_TWODIMENSIONALSTATISTICS_H 
    4 #define _STAT_TWODIMENSIONALSTATISTICS_H 
    6 #include <boost/scoped_ptr.hpp> 
   16       boost::scoped_ptr<Data> 
m_data;
 
   22       void add(
const double& x, 
const double& y);
 
   36       void fitting(
double& a, 
double& b, 
double& residual) 
const;