rdbstats  2.0.7
RdbStatsPercentilesMed.h
1 #ifndef RdbStatsPercentilesMed_H
2 #define RdbStatsPercentilesMed_H
3 
4 /* --8<--8<--8<--8<--
5  *
6  * Copyright (C) 2006 Smithsonian Astrophysical Observatory
7  *
8  * This file is part of rdbstats
9  *
10  * rdbstats is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public License
12  * as published by the Free Software Foundation; either version 2
13  * of the License, or (at your option) any later version.
14  *
15  * rdbstats is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the
22  * Free Software Foundation, Inc.
23  * 51 Franklin Street, Fifth Floor
24  * Boston, MA 02110-1301, USA
25  *
26  * -->8-->8-->8-->8-- */
27 
28 #include "RdbStatsPercentiles.h"
29 
35 
36 public:
37 
39 
40  // The user has specified the percentile to use: --percentiles 12,34...
41  RdbStatsPercentilesMed( RDB& irdbtable, const std::string& name,
42  const std::string& percent_list, bool implicitquartile );
43 
44  // --quartiles
45  RdbStatsPercentilesMed( RDB& irdbtable, const std::string& name );
46 
47  virtual int calculate_statistics( );
48 
49 };
50 
51 #endif
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.
A class to calculate the percentiles, RdbStatsPercentilesMed isA special case of the class RdbStatsPe...