26 #include "RdbStatsPercentilesMed.h" 29 RdbStatsPercentilesMed::RdbStatsPercentilesMed( RDB& irdbtable,
30 const std::string& name,
31 const std::string& percent_list,
32 bool implicitquartile )
37 RdbStatsPercentilesMed::RdbStatsPercentilesMed( RDB& irdbtable,
const std::string& name )
47 double norm_factor = fabs( the_median );
48 normalize_results( norm_factor );
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.