This is the complete list of members for
MyHistogram, including all inherited members.
abs() | MyHistogram | [virtual] |
accumulate(bool reverse=false) | MyHistogram | [virtual] |
computeMean() | MyHistogram | [virtual] |
computeStandardDeviation(MyNT mean) | MyHistogram | [virtual] |
computeTrapezoidalAUC(const MyHistogram &other) const (defined in MyHistogram) | MyHistogram | [inline, virtual] |
computeVariance(MyNT mean) | MyHistogram | [virtual] |
constructTDistributionHistogram(unsigned int dof) | MyHistogram | |
convertToPvalues(MyNT pvalueThreshold=0.01, LIBENRICHMENT_TEST_TYPE testType=LIBENRICHMENT_NONE, MyHistogram *reference=NULL) | MyHistogram | [virtual] |
convertToPvalues(MyNT pvalueThreshold, const set< LIBENRICHMENT_TEST_TYPE > &testTypes, map< LIBENRICHMENT_TEST_TYPE, MyNT > &thresholds, map< LIBENRICHMENT_TEST_TYPE, MyHistogram > &histograms, MyHistogram *reference=NULL) | MyHistogram | [virtual] |
getBin(MyNT coord) const | MyHistogram | [inline, virtual] |
getMax() const | MyHistogram | [inline] |
getMin() const | MyHistogram | [inline] |
getNumBins() const | MyHistogram | [inline, virtual] |
getNumTotalValues() const | MyHistogram | [inline, virtual] |
getRange() const | MyHistogram | [inline] |
getValue(MyNT coord) const | MyHistogram | [inline, virtual] |
insert(MyNT value) | MyHistogram | [virtual] |
insert(const vector< MyNT > &values) | MyHistogram | [virtual] |
insert(const vector< unsigned int > &values) (defined in MyHistogram) | MyHistogram | [virtual] |
MyHistogram(unsigned int numBins=10, MyNT low=0, MyNT high=1) | MyHistogram | [inline] |
normalise() | MyHistogram | [virtual] |
operator*(MyNT weight) | MyHistogram | [virtual] |
operator*=(MyNT weight) | MyHistogram | [virtual] |
operator+(const MyHistogram &other) | MyHistogram | [virtual] |
operator+=(const MyHistogram &other) | MyHistogram | [virtual] |
operator-(MyNT weight) | MyHistogram | [virtual] |
operator-() | MyHistogram | [virtual] |
operator/(MyHistogram &other) | MyHistogram | [virtual] |
operator/=(MyHistogram &other) | MyHistogram | [virtual] |
operator=(const MyHistogram &other) | MyHistogram | [virtual] |
print(ostream &ostr, string extra="", vector< MyHistogram > *others=NULL) | MyHistogram | [virtual] |
print(string file, string extra="", vector< MyHistogram > *others=NULL) | MyHistogram | [virtual] |
read(string infile) | MyHistogram | [virtual] |
setBin(MyNT coord, MyNT value) | MyHistogram | [inline, virtual] |
~MyHistogram() | MyHistogram | [inline, virtual] |