Changeset 2506 for trunk/yat/statistics/AveragerPair.h
- Timestamp:
- Jul 1, 2011, 8:06:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/AveragerPair.h
r2202 r2506 52 52 /// 53 53 AveragerPair(void); 54 55 ///56 /// Constructor taking sum of \a x , \a xx , \a y , \a yy , xy and57 /// number of pair of values \a n58 ///59 //AveragerPair(const double x, const double xx, const double y,60 // const double yy, const double xy, const unsigned long n)61 // : x_(Averager(x,xx,n)), y_(Averager(y,yy,n)), xy_(xy) {}62 54 63 55 ///
Note: See TracChangeset
for help on using the changeset viewer.