11#ifndef ROOSTATS_HypoTestInverterResult 
   12#define ROOSTATS_HypoTestInverterResult 
   24class SamplingDistribution;
 
  178   double GetExpectedLimit(
double nsig, 
bool lower, 
const char * opt = 
"" ) 
const ;
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t target
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void on
 
Option_t Option_t TPoint TPoint const char mode
 
RooRealVar represents a variable that can be changed from the outside.
 
Class to plot a HypoTestInverterResult, the output of the HypoTestInverter calculator.
 
HypoTestInverterResult class holds the array of hypothesis test results and compute a confidence inte...
 
double GetGraphX(const TGraph &g, double y0, bool lowSearch=true) const
 
void SetInterpolationOption(InterpolOption_t opt)
set the interpolation option, linear (kLinear ) or spline (kSpline)
 
bool fInterpolateUpperLimit
 
double GetYValue(int index) const
function to return the value of the confidence level for the i^th entry in the results
 
virtual void SetTestSize(double size)
set the size of the test (rate of Type I error) (eg. 0.05 for a 95% Confidence Interval)
 
double LowerLimitEstimatedError()
rough estimation of the error on the computed bound of the confidence interval Estimate of lower limi...
 
double FindInterpolatedLimit(double target, bool lowSearch=false, double xmin=1, double xmax=0.0)
interpolate to find a limit value Use a linear or a spline interpolation depending on the interpolati...
 
double UpperLimitEstimatedError()
Estimate of lower limit error function evaluates only a rough error on the lower limit.
 
SamplingDistribution * GetLowerLimitDistribution() const
get expected lower limit distributions implemented using interpolation The size for the sampling dist...
 
SamplingDistribution * GetSignalAndBackgroundTestStatDist(int index) const
get the signal and background test statistic distribution
 
double fCLsCleanupThreshold
 
HypoTestResult * GetResult(int index) const
return a pointer to the i^th result object
 
HypoTestInverterResult & operator=(const HypoTestInverterResult &other)
operator =
 
InterpolOption_t fInterpolOption
interpolation option (linear or spline)
 
int ArraySize() const
number of entries in the results array
 
bool fInterpolateLowerLimit
 
std::vector< double > fXValues
 
double CLsplusbError(int index) const
return the observed CLsplusb value for the i-th entry
 
void SetCLsCleanupThreshold(double th)
set CLs threshold for exclusion cleanup function
 
double CLsError(int index) const
return the observed CLb value for the i-th entry
 
double GetGraphX(const TGraph &g, double y0, bool lowSearch, double &xmin, double &xmax) const
return the X value of the given graph for the target value y0 the graph is evaluated using linear int...
 
double CLbError(int index) const
return the observed CLb value for the i-th entry
 
void UseCLs(bool on=true)
flag to switch between using CLsb (default) or CLs as confidence level
 
double GetExpectedUpperLimit(double nsig=0, const char *opt="") const
get Limit value corresponding at the desired nsigma level (0) is median -1 sigma is 1 sigma
 
InterpolOption_t GetInterpolationOption() const
 
double GetXValue(int index) const
function to return the value of the parameter of interest for the i^th entry in the results
 
double UpperLimit() override
return the interval upper limit
 
bool IsOneSided() const
query if one sided result
 
double GetLastYError() const
 
bool Add(const HypoTestInverterResult &otherResult)
merge with the content of another HypoTestInverterResult object
 
int FindClosestPointIndex(double target, int mode=0, double xtarget=0)
 
TList fExpPValues
list of expected sampling distribution for each point
 
double GetExpectedLowerLimit(double nsig=0, const char *opt="") const
get Limit value corresponding at the desired nsigma level (0) is median -1 sigma is 1 sigma
 
HypoTestResult * GetLastResult() const
 
bool fIsTwoSided
two sided scan (look for lower/upper limit)
 
double CalculateEstimatedError(double target, bool lower=true, double xmin=1, double xmax=0.0)
Return an error estimate on the upper(lower) limit.
 
static int fgAsymptoticNumPoints
number of points used to build expected p-values
 
static double fgAsymptoticMaxSigma
max sigma value used to scan asymptotic expected p values
 
int ExclusionCleanup()
remove points that appear to have failed.
 
double LowerLimit() override
lower and upper bound of the confidence interval (to get upper/lower limits, multiply the size( = 1-c...
 
double CLs(int index) const
return the observed CLb value for the i-th entry
 
double GetLastYValue() const
 
int FindIndex(double xvalue) const
find the index corresponding at the poi value xvalue If no points is found return -1 Note that a tole...
 
double GetYError(int index) const
function to return the estimated error on the value of the confidence level for the i^th entry in the...
 
double CLb(int index) const
return the observed CLb value for the i-th entry
 
TList fYObjects
list of HypoTestResult for each point
 
void SetConfidenceLevel(double cl) override
set the confidence level for the interval (eg. 0.95 for a 95% Confidence Interval)
 
double GetExpectedLimit(double nsig, bool lower, const char *opt="") const
get expected limit (lower/upper) depending on the flag for asymptotic is a special case (the distribu...
 
SamplingDistribution * GetExpectedPValueDist(int index) const
return expected distribution of p-values (Cls or Clsplusb)
 
double CLsplusb(int index) const
return the observed CLsplusb value for the i-th entry
 
SamplingDistribution * GetLimitDistribution(bool lower) const
get the limit distribution (lower/upper depending on the flag) by interpolating the expected p values...
 
SamplingDistribution * GetUpperLimitDistribution() const
get expected upper limit distributions implemented using interpolation
 
SamplingDistribution * GetNullTestStatDist(int index) const
same in terms of alt and null
 
double GetLastXValue() const
 
SamplingDistribution * GetAltTestStatDist(int index) const
 
SamplingDistribution * GetBackgroundTestStatDist(int index) const
get the background test statistic distribution
 
bool IsTwoSided() const
query if two sided result
 
~HypoTestInverterResult() override
destructor
 
A class for performing a hypothesis test inversion by scanning the hypothesis test results of a HypoT...
 
HypoTestResult is a base class for results from hypothesis tests.
 
This class simply holds a sampling distribution of some test statistic.
 
SimpleInterval is a concrete implementation of the ConfInterval interface.
 
double fConfidenceLevel
confidence level
 
A TGraph is an object made of two arrays X and Y with npoints each.
 
Namespace for the RooStats classes.