implementation of functions declared in Correlations.hpp More...
#include <Sequence/Portability/random_shuffle.hpp>#include <algorithm>#include <vector>#include <map>#include <cmath>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | Sequence |
The namespace in which this library resides. | |
Functions | |
| template<typename iter1 , typename iter2 , typename correlation_type , typename comparison_function , typename UniformIntGenerator > | |
| ensureFloating< typename std::iterator_traits< iter1 > ::value_type, typename std::iterator_traits< iter2 > ::value_type >::type | Sequence::PermuteCorrelation_details (iter1 beg_x, iter1 end_x, iter2 beg_y, const correlation_type &corr, const comparison_function &comp, UniformIntGenerator &rand, const unsigned &NPERM) |
| template<typename iter1 , typename iter2 , typename correlation_type , typename comparison_function , typename UniformIntGenerator > | |
| ensureFloating< typename std::iterator_traits< iter1 > ::value_type, typename std::iterator_traits< iter2 > ::value_type >::type | Sequence::PermuteCorrelation (iter1 beg_x, iter1 end_x, iter2 beg_y, const correlation_type &c, const comparison_function &comp, UniformIntGenerator &rand, const unsigned &NPERM=10000) |
| template<typename iter1 , typename iter2 , typename correlation_type , typename comparison_function , typename UniformIntGenerator > | |
| ensureFloating< typename std::iterator_traits< iter1 > ::value_type, typename std::iterator_traits< iter2 > ::value_type >::type | Sequence::PermuteCorrelation (iter1 beg_x, iter1 end_x, iter2 beg_y, const correlation_type &c, const comparison_function &comp, const UniformIntGenerator &rand, const unsigned &NPERM=10000) |
implementation of functions declared in Correlations.hpp
Definition in file Correlations.tcc.
1.6.1