Swarm-NG
1.1
|
A simple data structure to calculate statistical measures on a range of values. More...
#include <ensemble.hpp>
Static Public Member Functions | |
template<class RandomAccessIterator > | |
static range_t | calculate (RandomAccessIterator begin, RandomAccessIterator end) |
Scan the array defined by iteratiors begin and end and return statistical meausers as a range_t struct. | |
A simple data structure to calculate statistical measures on a range of values.
Definition at line 705 of file ensemble.hpp.