Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
de8c268
·
verified ·
1 Parent(s): b6b2a60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -118,7 +118,7 @@ vector<HomogeneityTest*> AllTests()
118
  D.push_back( new HT_BagdonaviciusNikulinMultiple );
119
  D.push_back( new HT_BagdonaviciusNikulinSingle );
120
 
121
- D.push_back( new HT_QTest ); //based on the Kaplan-Meier estimator
122
  D.push_back( new HT_MAX ); //Maximum Value test
123
  D.push_back( new HT_SynthesisTest ); //MIN3 test
124
 
 
118
  D.push_back( new HT_BagdonaviciusNikulinMultiple );
119
  D.push_back( new HT_BagdonaviciusNikulinSingle );
120
 
121
+ D.push_back( new HT_QTest ); //Q-test
122
  D.push_back( new HT_MAX ); //Maximum Value test
123
  D.push_back( new HT_SynthesisTest ); //MIN3 test
124