#include <Histogram.h>

Public Member Functions | |
| std::vector< uint64_t > | computeStats (T &meanV, T &varV, T &medianV, T &lowQt, T &highQt, T &minV, T &maxV, uint64_t &maxBinC) |
| This function compute statistics and writes them into the variables passed as reference. More... | |
| void | dumpStats (std::ostream &os) |
| void | dumpStatsHeader (std::ostream &os) const |
| Histogram (const size_t binCount, const std::string &name, const std::string &filePrefix, const bool dumpStdErrOnExit) | |
| virtual | ~Histogram () |
Public Attributes | |
| const size_t | binCount |
| const bool | dumpStdErrOnExit |
| const std::string | filePrefix |
| const std::string | name |
Definition at line 46 of file Histogram.h.
| PointMatcherSupport::Histogram< T >::Histogram | ( | const size_t | binCount, |
| const std::string & | name, | ||
| const std::string & | filePrefix, | ||
| const bool | dumpStdErrOnExit | ||
| ) |
Definition at line 51 of file Histogram.cpp.
|
virtual |
Definition at line 61 of file Histogram.cpp.
| vector< uint64_t > PointMatcherSupport::Histogram< T >::computeStats | ( | T & | meanV, |
| T & | varV, | ||
| T & | medianV, | ||
| T & | lowQt, | ||
| T & | highQt, | ||
| T & | minV, | ||
| T & | maxV, | ||
| uint64_t & | maxBinC | ||
| ) |
This function compute statistics and writes them into the variables passed as reference.
Definition at line 110 of file Histogram.cpp.
| void PointMatcherSupport::Histogram< T >::dumpStats | ( | std::ostream & | os | ) |
Definition at line 176 of file Histogram.cpp.
| void PointMatcherSupport::Histogram< T >::dumpStatsHeader | ( | std::ostream & | os | ) | const |
Definition at line 189 of file Histogram.cpp.
| const size_t PointMatcherSupport::Histogram< T >::binCount |
Definition at line 48 of file Histogram.h.
| const bool PointMatcherSupport::Histogram< T >::dumpStdErrOnExit |
Definition at line 51 of file Histogram.h.
| const std::string PointMatcherSupport::Histogram< T >::filePrefix |
Definition at line 50 of file Histogram.h.
| const std::string PointMatcherSupport::Histogram< T >::name |
Definition at line 49 of file Histogram.h.