Logo ROOT   6.14/05
Reference Guide
ROOT::Math::GoFTest Member List

This is the complete list of members for ROOT::Math::GoFTest, including all inherited members.

AndersonDarling2SamplesTest(Double_t &pvalue, Double_t &testStat) constROOT::Math::GoFTest
AndersonDarling2SamplesTest(const Char_t *option="p") constROOT::Math::GoFTest
AndersonDarling2SamplesTest(const ROOT::Fit::BinData &data1, const ROOT::Fit::BinData &data2, Double_t &pvalue, Double_t &testStat)ROOT::Math::GoFTeststatic
AndersonDarlingTest(Double_t &pvalue, Double_t &testStat) constROOT::Math::GoFTest
AndersonDarlingTest(const Char_t *option="p") constROOT::Math::GoFTest
EDistribution enum nameROOT::Math::GoFTest
ETestType enum nameROOT::Math::GoFTest
EUserDistribution enum nameROOT::Math::GoFTest
ExponentialCDF(Double_t x) constROOT::Math::GoFTestprivate
fCDFROOT::Math::GoFTestprivate
fCombinedSamplesROOT::Math::GoFTestprivate
fDistROOT::Math::GoFTestprivate
fMeanROOT::Math::GoFTestprivate
fSamplesROOT::Math::GoFTestprivate
fSigmaROOT::Math::GoFTestprivate
fTestSampleFromH0ROOT::Math::GoFTestprivate
GaussianCDF(Double_t x) constROOT::Math::GoFTestprivate
GetSigmaN(const std::vector< UInt_t > &ns, UInt_t N)ROOT::Math::GoFTestprivatestatic
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, EDistribution dist=kUndefined)ROOT::Math::GoFTest
GoFTest(UInt_t sampleSize, const Double_t *sample, Dist &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
GoFTest(UInt_t sampleSize, const Double_t *sample, const IGenFunction &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
GoFTest()ROOT::Math::GoFTestprivate
GoFTest(GoFTest &gof)ROOT::Math::GoFTestprivate
Instantiate(const Double_t *sample, UInt_t sampleSize)ROOT::Math::GoFTestprivate
InterpolatePValues(int nsamples, Double_t A2)ROOT::Math::GoFTestprivatestatic
kAD enum valueROOT::Math::GoFTest
kAD2s enum valueROOT::Math::GoFTest
kCDF enum valueROOT::Math::GoFTest
kExponential enum valueROOT::Math::GoFTest
kGaussian enum valueROOT::Math::GoFTest
kKS enum valueROOT::Math::GoFTest
kKS2s enum valueROOT::Math::GoFTest
kLogNormal enum valueROOT::Math::GoFTest
KolmogorovSmirnov2SamplesTest(Double_t &pvalue, Double_t &testStat) constROOT::Math::GoFTest
KolmogorovSmirnov2SamplesTest(const Char_t *option="p") constROOT::Math::GoFTest
KolmogorovSmirnovTest(Double_t &pvalue, Double_t &testStat) constROOT::Math::GoFTest
KolmogorovSmirnovTest(const Char_t *option="p") constROOT::Math::GoFTest
kPDF enum valueROOT::Math::GoFTest
kUndefined enum valueROOT::Math::GoFTest
kUserDefined enum valueROOT::Math::GoFTest
LogNormalCDF(Double_t x) constROOT::Math::GoFTestprivate
LogSample()ROOT::Math::GoFTestprivate
operator()(ETestType test, Double_t &pvalue, Double_t &testStat) constROOT::Math::GoFTest
operator()(ETestType test=kAD, const Char_t *option="p") constROOT::Math::GoFTest
operator=(GoFTest &gof)ROOT::Math::GoFTestprivate
PValueAD1Sample(Double_t A2) constROOT::Math::GoFTestprivate
PValueADKSamples(UInt_t nsamples, Double_t A2)ROOT::Math::GoFTeststatic
SetCDF()ROOT::Math::GoFTestprivate
SetDistribution(EDistribution dist)ROOT::Math::GoFTest
SetDistributionFunction(const IGenFunction &cdf, Bool_t isPDF, Double_t xmin, Double_t xmax)ROOT::Math::GoFTestprivate
SetParameters()ROOT::Math::GoFTestprivate
SetSamples(std::vector< const Double_t *> samples, const std::vector< UInt_t > samplesSizes)ROOT::Math::GoFTestprivate
SetUserCDF(Dist &cdf, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
SetUserCDF(const IGenFunction &cdf, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
SetUserDistribution(Dist &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
SetUserDistribution(const IGenFunction &dist, GoFTest::EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
SetUserPDF(Dist &pdf, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
SetUserPDF(const IGenFunction &pdf, Double_t xmin=1, Double_t xmax=0)ROOT::Math::GoFTestinline
~GoFTest()ROOT::Math::GoFTestvirtual