Changeset 3001
- Timestamp:
- Mar 19, 2013, 1:22:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KolmogorovSmirnovOneSample.h
r2998 r3001 65 65 weight equal unity and sample size \a n is large. The p-value 66 66 is calcuated as \f$ P = \displaystyle - 2 \sum_{k=1}^{\infty} 67 (-1)^ke^{-2k^2s^2}\f$, where s is the scaled score: 68 69 \f$ s = \sqrt n \f$ score(). 67 (-1)^ke^{-2k^2s^2n}\f$, where s is the score and n is the sum 68 of weights. 70 69 */ 71 70 double p_value(void) const;
Note: See TracChangeset
for help on using the changeset viewer.