Jpp - the software that should make you happy
|
#include <JTestSignificance_t.hh>
Public Member Functions | |
JTestSignificance_t () | |
Default constructor. More... | |
template<class T > | |
JTestResult | JSignificanceTest (T *h1, T *h2, double threshold, double K, std::string testName, std::string parameterName) |
Significance test for histograms. More... | |
Compares two histograms and
by calculating the average bin significance
where:
A threshold value for is used to tag the test as passed or failed.
Definition at line 29 of file JTestSignificance_t.hh.
|
inline |
|
inline |
Significance test for histograms.
h1 | First object |
h2 | Second object |
threshold | |
K | Normalisation parameter |
parameterName | Name of the parameter used to test the histograms |
testName | Name of the test used to compare the histograms |
Definition at line 51 of file JTestSignificance_t.hh.