ProteoWizard
|
Classes | |
struct | meanfunctor |
Functions | |
template<typename InputIterator , typename OutputIterator , typename TN > | |
OutputIterator | summ (InputIterator begin, InputIterator end, OutputIterator destBegin, TN lag=1) |
template<typename TRealI > | |
double | determine (TRealI begin, TRealI end, double maxj=5.) |
OutputIterator ralab::base::resample::utilities::summ | ( | InputIterator | begin, |
InputIterator | end, | ||
OutputIterator | destBegin, | ||
TN | lag = 1 |
||
) |
[in] | begin | begin |
[in] | end | end |
[out] | destBegin | dest begin |
[in] | lag | an integer indicating which lag to use. |
Definition at line 52 of file determinebinwidth.hpp.
Referenced by ralab::base::resample::utilities::meanfunctor< T >::operator()(), and ralab::base::resample::SamplingWith::operator()().
double ralab::base::resample::utilities::determine | ( | TRealI | begin, |
TRealI | end, | ||
double | maxj = 5. |
||
) |
Definition at line 68 of file determinebinwidth.hpp.
Referenced by ralab::base::resample::SamplingWith::operator()().