ROOT 6.08/07 Reference Guide |
This is the complete list of members for ROOT::Math::GoFTest, including all inherited members.
AndersonDarling2SamplesTest(Double_t &pvalue, Double_t &testStat) const | ROOT::Math::GoFTest | |
AndersonDarling2SamplesTest(const Char_t *option="p") const | ROOT::Math::GoFTest | |
AndersonDarling2SamplesTest(const ROOT::Fit::BinData &data1, const ROOT::Fit::BinData &data2, Double_t &pvalue, Double_t &testStat) | ROOT::Math::GoFTest | static |
AndersonDarlingTest(Double_t &pvalue, Double_t &testStat) const | ROOT::Math::GoFTest | |
AndersonDarlingTest(const Char_t *option="p") const | ROOT::Math::GoFTest | |
EDistribution enum name | ROOT::Math::GoFTest | |
ETestType enum name | ROOT::Math::GoFTest | |
EUserDistribution enum name | ROOT::Math::GoFTest | |
ExponentialCDF(Double_t x) const | ROOT::Math::GoFTest | private |
fCDF | ROOT::Math::GoFTest | private |
fCombinedSamples | ROOT::Math::GoFTest | private |
fDist | ROOT::Math::GoFTest | private |
fMean | ROOT::Math::GoFTest | private |
fSamples | ROOT::Math::GoFTest | private |
fSigma | ROOT::Math::GoFTest | private |
fTestSampleFromH0 | ROOT::Math::GoFTest | private |
GaussianCDF(Double_t x) const | ROOT::Math::GoFTest | private |
GetSigmaN(const std::vector< UInt_t > &ns, UInt_t N) | ROOT::Math::GoFTest | privatestatic |
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::GoFTest | inline |
GoFTest(UInt_t sampleSize, const Double_t *sample, const IGenFunction &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
GoFTest() | ROOT::Math::GoFTest | private |
GoFTest(GoFTest &gof) | ROOT::Math::GoFTest | private |
Instantiate(const Double_t *sample, UInt_t sampleSize) | ROOT::Math::GoFTest | private |
InterpolatePValues(int nsamples, Double_t A2) | ROOT::Math::GoFTest | privatestatic |
kAD enum value | ROOT::Math::GoFTest | |
kAD2s enum value | ROOT::Math::GoFTest | |
kCDF enum value | ROOT::Math::GoFTest | |
kExponential enum value | ROOT::Math::GoFTest | |
kGaussian enum value | ROOT::Math::GoFTest | |
kKS enum value | ROOT::Math::GoFTest | |
kKS2s enum value | ROOT::Math::GoFTest | |
kLogNormal enum value | ROOT::Math::GoFTest | |
KolmogorovSmirnov2SamplesTest(Double_t &pvalue, Double_t &testStat) const | ROOT::Math::GoFTest | |
KolmogorovSmirnov2SamplesTest(const Char_t *option="p") const | ROOT::Math::GoFTest | |
KolmogorovSmirnovTest(Double_t &pvalue, Double_t &testStat) const | ROOT::Math::GoFTest | |
KolmogorovSmirnovTest(const Char_t *option="p") const | ROOT::Math::GoFTest | |
kPDF enum value | ROOT::Math::GoFTest | |
kUndefined enum value | ROOT::Math::GoFTest | |
kUserDefined enum value | ROOT::Math::GoFTest | |
LogNormalCDF(Double_t x) const | ROOT::Math::GoFTest | private |
LogSample() | ROOT::Math::GoFTest | private |
operator()(ETestType test, Double_t &pvalue, Double_t &testStat) const | ROOT::Math::GoFTest | |
operator()(ETestType test=kAD, const Char_t *option="p") const | ROOT::Math::GoFTest | |
operator=(GoFTest &gof) | ROOT::Math::GoFTest | private |
PValueAD1Sample(Double_t A2) const | ROOT::Math::GoFTest | private |
PValueADKSamples(UInt_t nsamples, Double_t A2) | ROOT::Math::GoFTest | static |
SetCDF() | ROOT::Math::GoFTest | private |
SetDistribution(EDistribution dist) | ROOT::Math::GoFTest | |
SetDistributionFunction(const IGenFunction &cdf, Bool_t isPDF, Double_t xmin, Double_t xmax) | ROOT::Math::GoFTest | private |
SetParameters() | ROOT::Math::GoFTest | private |
SetSamples(std::vector< const Double_t *> samples, const std::vector< UInt_t > samplesSizes) | ROOT::Math::GoFTest | private |
SetUserCDF(Dist &cdf, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
SetUserCDF(const IGenFunction &cdf, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
SetUserDistribution(Dist &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
SetUserDistribution(const IGenFunction &dist, GoFTest::EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
SetUserPDF(Dist &pdf, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
SetUserPDF(const IGenFunction &pdf, Double_t xmin=1, Double_t xmax=0) | ROOT::Math::GoFTest | inline |
~GoFTest() | ROOT::Math::GoFTest | virtual |