Classes | |
struct | deviation |
Generic standard deviation accumulator class. More... | |
struct | max |
Generic max accumulator class. More... | |
struct | max_h |
Generic max function based on histogram over a value set with type V . More... | |
struct | mean |
Generic mean accumulator class. More... | |
struct | median_alt |
Generic median_alt function based on histogram over a value set with type S . More... | |
struct | median_alt_on |
struct | median_h |
Generic median function based on histogram over a value set with type V . More... | |
struct | min |
Generic min accumulator class. More... | |
struct | min_h |
Generic min function based on histogram over a value set with type V . More... | |
struct | min_max |
Generic min and max accumulator class. More... | |
struct | rank |
Generic rank accumulator class. More... | |
struct | rank< bool > |
rank accumulator class for Boolean. More... | |
struct | rank_high_quant |
Generic rank accumulator class. More... | |
struct | var |
Var accumulator class. More... | |
struct | variance |
Variance accumulator class. More... | |
Namespaces | |
namespace | meta |
Functions | |
template<typename V> | |
std::ostream & | operator<< (std::ostream &ostr, const min_h< V > &m) |
template<typename S> | |
std::ostream & | operator<< (std::ostream &ostr, const median_alt< S > &m) |
template<typename V> | |
std::ostream & | operator<< (std::ostream &ostr, const max_h< V > &m) |
std::ostream& mln::accu::stat::operator<< | ( | std::ostream & | ostr, | |
const min_h< V > & | m | |||
) | [inline] |
std::ostream& mln::accu::stat::operator<< | ( | std::ostream & | ostr, | |
const median_alt< S > & | m | |||
) | [inline] |
Definition at line 324 of file median_alt.hh.
std::ostream& mln::accu::stat::operator<< | ( | std::ostream & | ostr, | |
const max_h< V > & | m | |||
) | [inline] |