27 #include "RdbStatsPercentilesAve.h" 30 RdbStatsPercentilesAve::RdbStatsPercentilesAve( RDB& irdbtable,
31 const std::string& name,
32 const std::string& percent_list,
33 bool implicitquartile )
37 RdbStatsPercentilesAve::RdbStatsPercentilesAve( RDB& irdbtable,
const std::string& name )
48 normalize_results( norm_factor );
double get_absolute_average() const
To get the absolute value of the average.
virtual int calculate_statistics()
Perform the final statistic for the set.
virtual int calculate_statistics()
Perform the final statistic for the set.
A class to calculate the percentiles, RdbStatsPercentiles isA special case of the class RdbStats.