Changeset 1202 for trunk/yat/statistics
- Timestamp:
- Mar 5, 2008, 3:04:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KolmogorovSmirnov.h
r1194 r1202 75 75 mutable bool cached_; 76 76 mutable double score_; 77 typedef std::set<std::pair<std::pair<double,double>, bool> > data_w; 77 typedef std::pair<std::pair<double,double>, bool> trip; 78 typedef std::set<trip, std::greater<trip> > data_w; 78 79 data_w data_; 79 80 size_t n1_;
Note: See TracChangeset
for help on using the changeset viewer.