Changeset 1733
- Timestamp:
- Jan 16, 2009, 7:12:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/qQuantileNormalizer.h
r1732 r1733 43 43 The normalization goes like this 44 44 - Data is not assumed to be sorted. 45 - Partition thetarget data in N parts. N must be 3 larger45 - Partition sorted target data in N parts. N must be 3 larger 46 46 because of requirements from the underlying cspline fit 47 47 - Calculate the arithmetic mean for each part, the mean is 48 48 assigned to the mid point of each part. 49 - Do the same for the data to be tranformed (called source49 - Do the above for the data to be tranformed (called source 50 50 here). 51 51 - For each part, calculate the difference between the target and
Note: See TracChangeset
for help on using the changeset viewer.