Changeset 1711 for trunk/yat/normalizer/qQuantileNormalizer.h
- Timestamp:
- Jan 13, 2009, 5:46:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/qQuantileNormalizer.h
r1709 r1711 77 77 78 78 1. Partition the target data in N+1 parts. The ends have half 79 size of the "normal" part size ( = #targetdata/N )79 size of the "normal" part size ( = \#targetdata/N ) 80 80 81 81 2. Calculate the arithmetic mean for each part … … 105 105 \brief Documentation please. 106 106 107 \a Q is the number of parts and must be within \f [2,N] \f108 where \f N \fis the total number of data points in the109 target. However, if \f N \fis larger than the number of points107 \a Q is the number of parts and must be within \f$ [2,N] \f$ 108 where \f$ N \f$ is the total number of data points in the 109 target. However, if \f$ N \f$ is larger than the number of points 110 110 in the data to be normalized the behaviour of the code is 111 undefined. Keep \f N \fequal to or less than the smallest111 undefined. Keep \f$ N \f$ equal to or less than the smallest 112 112 number of data points in the target or each data set to be 113 113 normalized with a ginven target.
Note: See TracChangeset
for help on using the changeset viewer.