Changeset 1677


Ignore:
Timestamp:
Dec 24, 2008, 7:17:17 PM (14 years ago)
Author:
Peter
Message:

documentation improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/KolmogorovSmirnov.h

    r1600 r1677  
    8080       \brief Kolmogorov Smirnov statistic
    8181
    82        \f$ sup_x | F_1(x) - F_2(x) | \f$ where
    83        \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$
    8484    */
    8585    double score(void) const;
Note: See TracChangeset for help on using the changeset viewer.