virtual | ~GoFTest() |
Double_t | AndersonDarling2SamplesTest(const Char_t* option = "p") const |
void | AndersonDarling2SamplesTest(Double_t& pvalue, Double_t& testStat) const |
static void | AndersonDarling2SamplesTest(const ROOT::Fit::BinData& data1, const ROOT::Fit::BinData& data2, Double_t& pvalue, Double_t& testStat) |
Double_t | AndersonDarlingTest(const Char_t* option = "p") const |
void | AndersonDarlingTest(Double_t& pvalue, Double_t& testStat) const |
ROOT::Math::GoFTest | GoFTest(UInt_t sampleSize, const Double_t* sample, ROOT::Math::GoFTest::EDistribution dist = kUndefined) |
ROOT::Math::GoFTest | GoFTest(UInt_t sample1Size, const Double_t* sample1, UInt_t sample2Size, const Double_t* sample2) |
ROOT::Math::GoFTest | GoFTest(UInt_t sampleSize, const Double_t* sample, const ROOT::Math::IGenFunction& dist, ROOT::Math::GoFTest::EUserDistribution userDist = kPDF, Double_t xmin = 1, Double_t xmax = 0) |
Double_t | KolmogorovSmirnov2SamplesTest(const Char_t* option = "p") const |
void | KolmogorovSmirnov2SamplesTest(Double_t& pvalue, Double_t& testStat) const |
Double_t | KolmogorovSmirnovTest(const Char_t* option = "p") const |
void | KolmogorovSmirnovTest(Double_t& pvalue, Double_t& testStat) const |
Double_t | operator()(ROOT::Math::GoFTest::ETestType test = kAD, const Char_t* option = "p") const |
void | operator()(ROOT::Math::GoFTest::ETestType test, Double_t& pvalue, Double_t& testStat) const |
static Double_t | PValueADKSamples(UInt_t nsamples, Double_t A2) |
void | SetDistribution(ROOT::Math::GoFTest::EDistribution dist) |
void | SetUserCDF(const ROOT::Math::IGenFunction& cdf, Double_t xmin = 1, Double_t xmax = 0) |
void | SetUserDistribution(const ROOT::Math::IGenFunction& dist, ROOT::Math::GoFTest::EUserDistribution userDist = kPDF, Double_t xmin = 1, Double_t xmax = 0) |
void | SetUserDistribution<const ROOT::Math::IBaseFunctionOneDim>(const ROOT::Math::IBaseFunctionOneDim& dist, ROOT::Math::GoFTest::EUserDistribution userDist = kPDF, Double_t xmin = 1, Double_t xmax = 0) |
void | SetUserPDF(const ROOT::Math::IGenFunction& pdf, Double_t xmin = 1, Double_t xmax = 0) |