Changeset 682 for trunk/yat/regression/LinearWeighted.cc
- Timestamp:
- Oct 12, 2006, 12:06:38 AM (16 years ago)
- Location:
- trunk/yat/regression
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/LinearWeighted.cc
r681 r682 23 23 24 24 #include "LinearWeighted.h" 25 #include " AveragerPairWeighted.h"25 #include "yat/statistics/AveragerPairWeighted.h" 26 26 #include "yat/utility/vector.h" 27 27 … … 40 40 // want. 41 41 utility::vector dummie(w.size(),1); 42 AveragerPairWeighted ap;42 statistics::AveragerPairWeighted ap; 43 43 ap.add_values(x,y,w,dummie); 44 44
Note: See TracChangeset
for help on using the changeset viewer.