36 #ifndef __POINTMATCHER_HISTOGRAM_H 37 #define __POINTMATCHER_HISTOGRAM_H 54 filePrefix,
const bool dumpStdErrOnExit);
59 std::vector<uint64_t>
computeStats(
T& meanV,
T& varV,
T& medianV,
T& lowQt,
T& highQt,
T& minV,
T& maxV, uint64_t& maxBinC);
66 #endif // __POINTMATCHER_HISTOGRAM_H void dumpStats(std::ostream &os)
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.
const std::string filePrefix
void dumpStatsHeader(std::ostream &os) const
const bool dumpStdErrOnExit
Functions and classes that are not dependant on scalar type are defined in this namespace.
Histogram(const size_t binCount, const std::string &name, const std::string &filePrefix, const bool dumpStdErrOnExit)