- Timestamp:
- Sep 18, 2008, 8:58:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/Spearman.h
r1509 r1510 52 52 same. 53 53 54 \note Currently weighted version is not implemented 54 Each element x is replaced by \f$ sum(w_i)/sum(w) \f$ where the 55 first sum runs over elements for which \f$ x_i < x \f$. 55 56 57 In the unweighted case that can be simplified to \f$ rank/n 58 \f$, i.e., the samllest element is assigned to 0, next smallest 59 \f$ 1/n \f$ etc. 60 56 61 \return result + (last-first) 57 62 */
Note: See TracChangeset
for help on using the changeset viewer.