From 68ac0fa39ebc14342b774ecbe6ed7775559d2261 Mon Sep 17 00:00:00 2001 From: haesleinhuepf <rhaase@mpi-cbg.de> Date: Tue, 23 Jun 2020 12:04:35 +0200 Subject: [PATCH] copy&paste data from other exercise --- .../exercise_otsu/otsu_imagej.csv | 26 +++++++++++++++++++ .../exercise_otsu/otsu_python.csv | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 11_Hypothesis_testing/exercise_otsu/otsu_imagej.csv create mode 100644 11_Hypothesis_testing/exercise_otsu/otsu_python.csv diff --git a/11_Hypothesis_testing/exercise_otsu/otsu_imagej.csv b/11_Hypothesis_testing/exercise_otsu/otsu_imagej.csv new file mode 100644 index 0000000..88ce8c1 --- /dev/null +++ b/11_Hypothesis_testing/exercise_otsu/otsu_imagej.csv @@ -0,0 +1,26 @@ + ,Area +1,197.601 +2,468.292 +3,780.640 +4,988.770 +5,1099.396 +6,1148.682 +7,1172.485 +8,1183.167 +9,1188.507 +10,1183.472 +11,1187.134 +12,1189.117 +13,1205.750 +14,1238.708 +15,1275.330 +16,1307.678 +17,1331.329 +18,1369.019 +19,1373.444 +20,1313.019 +21,1171.265 +22,915.527 +23,584.717 +24,222.931 +25,127.411 diff --git a/11_Hypothesis_testing/exercise_otsu/otsu_python.csv b/11_Hypothesis_testing/exercise_otsu/otsu_python.csv new file mode 100644 index 0000000..5fa3ccb --- /dev/null +++ b/11_Hypothesis_testing/exercise_otsu/otsu_python.csv @@ -0,0 +1,26 @@ +# Area +1.991271972656250000e+02 +4.690551757812500000e+02 +7.826232910156250000e+02 +9.902954101562500000e+02 +1.100158691406250000e+03 +1.150970458984375000e+03 +1.173553466796875000e+03 +1.184692382812500000e+03 +1.190338134765625000e+03 +1.185302734375000000e+03 +1.189270019531250000e+03 +1.192169189453125000e+03 +1.206970214843750000e+03 +1.242980957031250000e+03 +1.277008056640625000e+03 +1.309814453125000000e+03 +1.334838867187500000e+03 +1.371765136718750000e+03 +1.375122070312500000e+03 +1.315155029296875000e+03 +1.172790527343750000e+03 +9.176635742187500000e+02 +5.870056152343750000e+02 +2.243041992187500000e+02 +1.284790039062500000e+02 -- GitLab