DebuggingTestStat is a simple implementation of the DistributionCreator interface used for debugging. The sampling distribution is uniformly random between [0,1] and is INDEPENDENT of the data. So it is not useful for true statistical tests, but it is useful for debugging.
virtual | ~DebuggingTestStat() |
static TClass* | Class() |
virtual Double_t | Evaluate(RooAbsData&, RooArgSet&) |
virtual const RooAbsArg* | GetTestStatistic() const |
virtual const TString | RooStats::TestStatistic::GetVarName() const |
virtual TClass* | IsA() const |
RooStats::DebuggingTestStat& | operator=(const RooStats::DebuggingTestStat&) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TRandom* | fRand | |
RooRealVar* | fTestStatistic |
Main interface to evaluate the test statistic on a dataset