Changeset 1198 for trunk/yat/statistics
- Timestamp:
- Mar 4, 2008, 12:04:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KolmogorovSmirnov.cc
r1004 r1198 118 118 f2 += iter->first.second; 119 119 res.push_back(f1/sum_w1_-f2/sum_w2_); 120 ++iter; 120 121 } 121 122 }
Note: See TracChangeset
for help on using the changeset viewer.