Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,8 +35,8 @@ In these files there are following fields:
35
 
36
  1) PARAMETERS OF SAMPLE SIMULATION
37
  - **sample** is a type of the sample (train, val, test). This field is used to split dataset into train-validate-test samples for ML-model training;
38
- - **H0_H1** is a true hypothesis: if **H0**, then test statistics were simulated under S1(t)=S2(t); if **H1**, then test statistics were simulated under S1(t)≠S2(t);
39
- - **Hi** is an alternative hypothesis (H01-H09, H11-H19, or H21-H29) for S1(t) and S2(t). Detailed description of these alternatives can be found in the paper;
40
  - **n1** is the size of the sample 1;
41
  - **n2** is the size of the sample 2;
42
  - **perc** is a set (expected) censoring rate for the samples 1 and 2;
 
35
 
36
  1) PARAMETERS OF SAMPLE SIMULATION
37
  - **sample** is a type of the sample (train, val, test). This field is used to split dataset into train-validate-test samples for ML-model training;
38
+ - **H0_H1** is a true hypothesis: if **H0**, then samples X1 and X2 were simulated under S1(t)=S2(t); if **H1**, then samples X1 and X2 were simulated under S1(t)≠S2(t);
39
+ - **Hi** is an alternative (H01-H09, H11-H19, or H21-H29) with competing hypotheses S1(t) and S2(t). Detailed description of these alternatives can be found in the paper;
40
  - **n1** is the size of the sample 1;
41
  - **n2** is the size of the sample 2;
42
  - **perc** is a set (expected) censoring rate for the samples 1 and 2;