#include <RdbStatsPercentilesAve.h>
Public Member Functions | |
RdbStatsPercentilesAve (RDB &irdbtable, const string &name, const string &percent_list, bool implicitquartile) throw ( Exception ) | |
RdbStatsPercentilesAve (RDB &irdbtable, const string &name) throw ( Exception ) | |
virtual int | calculate_statistics () throw ( ) |
Perform the final statistic for the set. |
A class to calculate the percentiles, RdbStatsPercentilesAve isA special case of the class RdbStatsPercentiles.
Definition at line 36 of file RdbStatsPercentilesAve.h.
int RdbStatsPercentilesAve::calculate_statistics | ( | ) | throw ( ) [virtual] |
Perform the final statistic for the set.
Reimplemented from RdbStatsPercentiles.
Definition at line 101 of file RdbStatsPercentilesAve.cc.
References RdbStatsPercentiles::calculate_statistics(), and RdbStats::get_absolute_average().