#include <GteHistogram.h>
Public Member Functions | |
std::vector< int > const & | GetBuckets () const |
int | GetExcessGreater () const |
int | GetExcessLess () const |
int | GetLowerTail (double tailAmount) |
void | GetTails (double tailAmount, int &lower, int &upper) |
int | GetUpperTail (double tailAmount) |
Histogram (int numBuckets, int numSamples, int const *samples, bool noRescaling) | |
Histogram (int numBuckets, int numSamples, float const *samples) | |
Histogram (int numBuckets, int numSamples, double const *samples) | |
Histogram (int numBuckets) | |
void | Insert (int value) |
void | InsertCheck (int value) |
Private Attributes | |
std::vector< int > | mBuckets |
int | mExcessGreater |
int | mExcessLess |
Definition at line 16 of file GteHistogram.h.
Definition at line 14 of file GteHistogram.cpp.
Definition at line 91 of file GteHistogram.cpp.
Definition at line 140 of file GteHistogram.cpp.
Histogram::Histogram | ( | int | numBuckets | ) |
Definition at line 189 of file GteHistogram.cpp.
|
inline |
Definition at line 77 of file GteHistogram.h.
|
inline |
Definition at line 87 of file GteHistogram.h.
|
inline |
Definition at line 82 of file GteHistogram.h.
int Histogram::GetLowerTail | ( | double | tailAmount | ) |
Definition at line 223 of file GteHistogram.cpp.
Definition at line 269 of file GteHistogram.cpp.
int Histogram::GetUpperTail | ( | double | tailAmount | ) |
Definition at line 246 of file GteHistogram.cpp.
Definition at line 72 of file GteHistogram.h.
Definition at line 204 of file GteHistogram.cpp.
|
private |
Definition at line 67 of file GteHistogram.h.
|
private |
Definition at line 68 of file GteHistogram.h.
|
private |
Definition at line 68 of file GteHistogram.h.