Changeset 1125 for trunk/yat/statistics
- Timestamp:
- Feb 22, 2008, 10:31:22 PM (16 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KolmogorovSmirnov.h
r1003 r1125 90 90 }; 91 91 92 /** 93 \brief output operator 94 */ 92 95 std::ostream& operator<<(std::ostream&, const KolmogorovSmirnov&); 93 96 -
trunk/yat/statistics/PearsonCorrelation.h
r1024 r1125 92 92 correlation is zero (and the data is Gaussian). 93 93 94 @ Note This function can only be used together with the94 @note This function can only be used together with the 95 95 unweighted score. 96 96
Note: See TracChangeset
for help on using the changeset viewer.