27 #ifndef math_histogramUniform_hpp
28 #define math_histogramUniform_hpp
42 template<
typename realT>
97 void accum(
const std::vector<realT> & vals )
99 for(
int i=0; i< vals.size(); ++i)
accum(vals[i]);
140 for(
int i=0; i<
_freqs.size()-excludeTop; ++i)
145 for(
int i=0; i<
_freqs.size(); ++i)