yat
0.14.5pre
|
Gaussian Normalizer. More...
#include <yat/normalizer/Gauss.h>
Public Member Functions | |
template<typename RandomAccessIter1 , typename RandomAccessIter2 > | |
void | operator() (RandomAccessIter1 first, RandomAccessIter1 last, RandomAccessIter2 result) const |
Gaussian Normalizer.
After normalization the range will follow a standard Gaussian distribution (mean zero and unity variance).
The range is first rank normalized using Spearman, after which each element is between 0 and unity. Second each element is replaced by inverse cumulative standard Gaussian distribution.
|
inline |
It is possible to centralize a range "in place"; it is permissible for the iterators first and result to be the same.
Type Requirements: Same as in Spearman