8 #ifndef IMPSTATISTICS_HISTOGRAM_H
9 #define IMPSTATISTICS_HISTOGRAM_H
11 #include <IMP/statistics/statistics_config.h>
16 IMPSTATISTICS_DEPRECATED_HEADER(2.0,
"Use statistics/HistogramD.h");
18 IMPSTATISTICS_BEGIN_NAMESPACE
34 IMPSTATISTICS_DEPRECATED_VALUE_DECL(2.0)
35 Histogram(
double start,
double end,
unsigned int num_bins);
40 unsigned int get_total_count()
const;
47 double get_top(
double percentage)
const;
51 double start_, end_, interval_size_;
57 IMPSTATISTICS_END_NAMESPACE
Import IMP/kernel/base_types.h in the namespace.
#define IMP_VALUES(Name, PluralName)
Define the type for storing sets of values.
Control display of deprecation information.
#define IMP_SHOWABLE(Name)