34 fHypoTestResult(&result)
40 fHypoTestResult(&result)
66 Double_t theMin(0.), theMax(0.), theYMax(0.);
static Double_t infinity()
Return internal infinity representation.
This class provides the plots for the result of a study performed with any of the HypoTestCalculatorG...
void ApplyDefaultStyle(void)
Set default style options (also called in the constructor that takes a HypoTestResult).
void ApplyResult(HypoTestResult &result, Option_t *opt="NORMALIZE HIST")
Applies a HypoTestResult.
HypoTestPlot()
Constructor.
HypoTestResult * fHypoTestResult
HypoTestResult is a base class for results from hypothesis tests.
Bool_t GetPValueIsRightTail(void) const
Double_t GetTestStatisticData(void) const
SamplingDistribution * GetNullDistribution(void) const
Bool_t HasTestStatisticData(void) const
SamplingDistribution * GetAltDistribution(void) const
This class provides simple and straightforward utilities to plot SamplingDistribution objects.
void AddLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char *title=NULL)
add a line
Double_t AddSamplingDistribution(const SamplingDistribution *samplingDist, Option_t *drawOptions="NORMALIZE HIST")
adds the sampling distribution and returns the scale factor
void GetAbsoluteInterval(Double_t &theMin, Double_t &theMax, Double_t &theYMax) const
void SetLineWidth(Width_t lwidth, const SamplingDistribution *samplDist=0)
Double_t AddSamplingDistributionShaded(const SamplingDistribution *samplingDist, Double_t minShaded, Double_t maxShaded, Option_t *drawOptions="NORMALIZE HIST")
Like AddSamplingDistribution, but also sets a shaded area in the minShaded and maxShaded boundaries.
void SetLineColor(Color_t color, const SamplingDistribution *samplDist=0)
Sets line color for given sampling distribution and fill color for the associated shaded TH1F.
This class simply holds a sampling distribution of some test statistic.
This class displays a legend box (TPaveText) containing several legend entries.
@(#)root/roostats:$Id$ Author: George Lewis, Kyle Cranmer