ROOT » ROOFIT » ROOSTATS » RooStats::DebuggingTestStat

class RooStats::DebuggingTestStat: public RooStats::TestStatistic


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.



Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

Data Members

private:
TRandom*fRand
RooRealVar*fTestStatistic

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

DebuggingTestStat()
virtual ~DebuggingTestStat()
       delete fRand;
       delete fTestStatistic;
Double_t Evaluate(RooAbsData& , RooArgSet& )
 Main interface to evaluate the test statistic on a dataset