rdbstats
2.0.9
|
A class to calculate the percentiles, RdbStatsPercentiles isA special case of the class RdbStats. More...
#include <RdbStatsPercentiles.h>
Public Member Functions | |
RdbStatsPercentiles (RDB &irdbtable, const std::string &name, const PercentileList &percentiles) | |
–percentiles 12,34.. and –quartile | |
virtual int | calculate_statistics () |
Perform the final statistic for the set. | |
virtual void | update_statistics () |
Read the column from RDB++, update the statistics for the column. | |
![]() | |
double | get_absolute_average () const |
To get the absolute value of the average. | |
A class to calculate the percentiles, RdbStatsPercentiles isA special case of the class RdbStats.
Definition at line 37 of file RdbStatsPercentiles.h.