#include <RdbStatsPercentilesMed.h>
Public Member Functions | |
RdbStatsPercentilesMed (RDB &irdbtable, const string &name, const string &percent_list, bool implicitquartile) throw ( Exception ) | |
RdbStatsPercentilesMed (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, RdbStatsPercentilesMed isA special case of the class RdbStatsPercentiles.
Definition at line 36 of file RdbStatsPercentilesMed.h.
int RdbStatsPercentilesMed::calculate_statistics | ( | ) | throw ( ) [virtual] |
Perform the final statistic for the set.
Reimplemented from RdbStatsPercentiles.
Definition at line 100 of file RdbStatsPercentilesMed.cc.
References RdbStatsPercentiles::calculate_statistics().