Changeset 1677
- Timestamp:
- Dec 24, 2008, 7:17:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KolmogorovSmirnov.h
r1600 r1677 80 80 \brief Kolmogorov Smirnov statistic 81 81 82 \f$ sup_x | F_ 1(x) - F_2(x) | \f$ where83 \f$ F(x) = \frac {\sum_{i:x_i\le x}w_i }{ \sum w_i }\f$82 \f$ sup_x | F_{\textrm{True}}(x) - F_{\textrm{False}}(x) | \f$ where 83 \f$ F(x) = \frac{\sum_{i:x_i\le x}w_i}{ \sum w_i} \f$ 84 84 */ 85 85 double score(void) const;
Note: See TracChangeset
for help on using the changeset viewer.