Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ license: cc-by-4.0
|
|
10 |
This dataset is a supplement to the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting) and paper addressed to solve the two-sample problem under right-censored observations using Machine Learning.
|
11 |
The problem statement can be formualted as H0: S1(t)=S2(t) versus H: S1(t)≠S_2(t) where S1(t) and S2(t) are survival functions of samples X1 and X2.
|
12 |
|
|
|
|
|
13 |
# Repository
|
14 |
|
15 |
This dataset contains following files:
|
|
|
10 |
This dataset is a supplement to the [github repositiry](https://github.com/pfilonenko/ML_for_TwoSampleTesting) and paper addressed to solve the two-sample problem under right-censored observations using Machine Learning.
|
11 |
The problem statement can be formualted as H0: S1(t)=S2(t) versus H: S1(t)≠S_2(t) where S1(t) and S2(t) are survival functions of samples X1 and X2.
|
12 |
|
13 |
+
This dataset contains the synthetic data simulated by the Monte Carlo method and Inverse Transform Sampling.
|
14 |
+
|
15 |
# Repository
|
16 |
|
17 |
This dataset contains following files:
|