Definition at line 38 of file GoFTest.h.
|
| GoFTest (UInt_t sample1Size, const Double_t *sample1, UInt_t sample2Size, const Double_t *sample2) |
|
| GoFTest (UInt_t sampleSize, const Double_t *sample, EDistribution dist=kUndefined) |
|
template<class Dist > |
| GoFTest (UInt_t sampleSize, const Double_t *sample, Dist &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) |
|
| GoFTest (UInt_t sampleSize, const Double_t *sample, const IGenFunction &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) |
|
virtual | ~GoFTest () |
|
void | AndersonDarling2SamplesTest (Double_t &pvalue, Double_t &testStat) const |
|
Double_t | AndersonDarling2SamplesTest (const Char_t *option="p") const |
|
void | AndersonDarlingTest (Double_t &pvalue, Double_t &testStat) const |
|
Double_t | AndersonDarlingTest (const Char_t *option="p") const |
|
void | KolmogorovSmirnov2SamplesTest (Double_t &pvalue, Double_t &testStat) const |
|
Double_t | KolmogorovSmirnov2SamplesTest (const Char_t *option="p") const |
|
void | KolmogorovSmirnovTest (Double_t &pvalue, Double_t &testStat) const |
|
Double_t | KolmogorovSmirnovTest (const Char_t *option="p") const |
|
void | operator() (ETestType test, Double_t &pvalue, Double_t &testStat) const |
|
Double_t | operator() (ETestType test=kAD, const Char_t *option="p") const |
|
void | SetDistribution (EDistribution dist) |
|
template<class Dist > |
void | SetUserCDF (Dist &cdf, Double_t xmin=1, Double_t xmax=0) |
|
void | SetUserCDF (const IGenFunction &cdf, Double_t xmin=1, Double_t xmax=0) |
|
template<class Dist > |
void | SetUserDistribution (Dist &dist, EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) |
|
void | SetUserDistribution (const IGenFunction &dist, GoFTest::EUserDistribution userDist=kPDF, Double_t xmin=1, Double_t xmax=0) |
|
template<class Dist > |
void | SetUserPDF (Dist &pdf, Double_t xmin=1, Double_t xmax=0) |
|
void | SetUserPDF (const IGenFunction &pdf, Double_t xmin=1, Double_t xmax=0) |
|
#include <Math/GoFTest.h>
◆ EDistribution
Enumerator |
---|
kUndefined | |
kUserDefined | |
kGaussian | |
kLogNormal | |
kExponential | |
Definition at line 41 of file GoFTest.h.
◆ ETestType
Enumerator |
---|
kAD | |
kAD2s | |
kKS | |
kKS2s | |
Definition at line 54 of file GoFTest.h.
◆ EUserDistribution
◆ GoFTest() [1/6]
◆ GoFTest() [2/6]
◆ GoFTest() [3/6]
◆ GoFTest() [4/6]
◆ ~GoFTest()
ROOT::Math::GoFTest::~GoFTest |
( |
| ) |
|
|
virtual |
◆ GoFTest() [5/6]
ROOT::Math::GoFTest::GoFTest |
( |
| ) |
|
|
private |
◆ GoFTest() [6/6]
ROOT::Math::GoFTest::GoFTest |
( |
GoFTest & |
gof | ) |
|
|
private |
◆ AndersonDarling2SamplesTest() [1/3]
void ROOT::Math::GoFTest::AndersonDarling2SamplesTest |
( |
Double_t & |
pvalue, |
|
|
Double_t & |
testStat |
|
) |
| const |
◆ AndersonDarling2SamplesTest() [2/3]
Double_t ROOT::Math::GoFTest::AndersonDarling2SamplesTest |
( |
const Char_t * |
option = "p" | ) |
const |
◆ AndersonDarling2SamplesTest() [3/3]
◆ AndersonDarlingTest() [1/2]
◆ AndersonDarlingTest() [2/2]
Double_t ROOT::Math::GoFTest::AndersonDarlingTest |
( |
const Char_t * |
option = "p" | ) |
const |
◆ ExponentialCDF()
◆ GaussianCDF()
◆ GetSigmaN()
◆ Instantiate()
◆ InterpolatePValues()
static Double_t ROOT::Math::GoFTest::InterpolatePValues |
( |
int |
nsamples, |
|
|
Double_t |
A2 |
|
) |
| |
|
staticprivate |
◆ KolmogorovSmirnov2SamplesTest() [1/2]
void ROOT::Math::GoFTest::KolmogorovSmirnov2SamplesTest |
( |
Double_t & |
pvalue, |
|
|
Double_t & |
testStat |
|
) |
| const |
◆ KolmogorovSmirnov2SamplesTest() [2/2]
Double_t ROOT::Math::GoFTest::KolmogorovSmirnov2SamplesTest |
( |
const Char_t * |
option = "p" | ) |
const |
◆ KolmogorovSmirnovTest() [1/2]
◆ KolmogorovSmirnovTest() [2/2]
Double_t ROOT::Math::GoFTest::KolmogorovSmirnovTest |
( |
const Char_t * |
option = "p" | ) |
const |
◆ LogNormalCDF()
◆ LogSample()
void ROOT::Math::GoFTest::LogSample |
( |
| ) |
|
|
private |
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ operator=()
◆ PValueAD1Sample()
◆ PValueADKSamples()
◆ SetCDF()
void ROOT::Math::GoFTest::SetCDF |
( |
| ) |
|
|
private |
◆ SetDistribution()
◆ SetDistributionFunction()
◆ SetParameters()
void ROOT::Math::GoFTest::SetParameters |
( |
| ) |
|
|
private |
◆ SetSamples()
void ROOT::Math::GoFTest::SetSamples |
( |
std::vector< const Double_t *> |
samples, |
|
|
const std::vector< UInt_t > |
samplesSizes |
|
) |
| |
|
private |
◆ SetUserCDF() [1/2]
◆ SetUserCDF() [2/2]
◆ SetUserDistribution() [1/2]
◆ SetUserDistribution() [2/2]
◆ SetUserPDF() [1/2]
◆ SetUserPDF() [2/2]
◆ fCDF
◆ fCombinedSamples
std::vector<Double_t> ROOT::Math::GoFTest::fCombinedSamples |
|
private |
◆ fDist
◆ fMean
◆ fSamples
std::vector<std::vector<Double_t> > ROOT::Math::GoFTest::fSamples |
|
private |
◆ fSigma
◆ fTestSampleFromH0
Bool_t ROOT::Math::GoFTest::fTestSampleFromH0 |
|
private |
The documentation for this class was generated from the following files: