Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | List of all members
RooStats::TestStatistic Class Referenceabstract

TestStatistic is an interface class to provide a facility for construction test statistics distributions to the NeymanConstruction class.

All the actual samplers inherit from this class.

Definition at line 31 of file TestStatistic.h.

Public Member Functions

virtual ~TestStatistic ()
 
virtual Double_t Evaluate (RooAbsData &data, RooArgSet &nullPOI)=0
 Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More...
 
virtual const RooArgSetGetDetailedOutput () const
 return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate. More...
 
virtual const TString GetVarName () const =0
 
virtual bool PValueIsRightTail (void) const
 Defines the sign convention of the test statistic. Overwrite function if necessary. More...
 
virtual void SetConditionalObservables (const RooArgSet &)
 interface to set conditional observables. If a test statistics needs them it will re-implement this function More...
 
virtual void SetGlobalObservables (const RooArgSet &)
 interface to set global observables. If a test statistics needs them it will re-implement this function More...
 

#include <RooStats/TestStatistic.h>

Inheritance diagram for RooStats::TestStatistic:
[legend]

Constructor & Destructor Documentation

◆ ~TestStatistic()

virtual RooStats::TestStatistic::~TestStatistic ( )
inlinevirtual

Definition at line 35 of file TestStatistic.h.

Member Function Documentation

◆ Evaluate()

virtual Double_t RooStats::TestStatistic::Evaluate ( RooAbsData data,
RooArgSet nullPOI 
)
pure virtual

◆ GetDetailedOutput()

virtual const RooArgSet* RooStats::TestStatistic::GetDetailedOutput ( void  ) const
inlinevirtual

return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate.

Reimplemented in RooStats::SimpleLikelihoodRatioTestStat, RooStats::ProfileLikelihoodTestStat, RooStats::RatioOfProfiledLikelihoodsTestStat, and RooStats::MinNLLTestStat.

Definition at line 48 of file TestStatistic.h.

◆ GetVarName()

virtual const TString RooStats::TestStatistic::GetVarName ( ) const
pure virtual

◆ PValueIsRightTail()

virtual bool RooStats::TestStatistic::PValueIsRightTail ( void  ) const
inlinevirtual

Defines the sign convention of the test statistic. Overwrite function if necessary.

Reimplemented in RooStats::MaxLikelihoodEstimateTestStat.

Definition at line 45 of file TestStatistic.h.

◆ SetConditionalObservables()

virtual void RooStats::TestStatistic::SetConditionalObservables ( const RooArgSet )
inlinevirtual

interface to set conditional observables. If a test statistics needs them it will re-implement this function

Reimplemented in RooStats::MaxLikelihoodEstimateTestStat, RooStats::SimpleLikelihoodRatioTestStat, RooStats::ProfileLikelihoodTestStat, and RooStats::RatioOfProfiledLikelihoodsTestStat.

Definition at line 51 of file TestStatistic.h.

◆ SetGlobalObservables()

virtual void RooStats::TestStatistic::SetGlobalObservables ( const RooArgSet )
inlinevirtual

interface to set global observables. If a test statistics needs them it will re-implement this function

Reimplemented in RooStats::SimpleLikelihoodRatioTestStat, RooStats::ProfileLikelihoodTestStat, and RooStats::RatioOfProfiledLikelihoodsTestStat.

Definition at line 54 of file TestStatistic.h.


The documentation for this class was generated from the following file: