From 3281036135d24de5750c269ecb33f4b8ad64e339 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Sat, 27 Aug 2016 14:49:07 +0900 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 94ef678..1027baa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ ______ * subStatDist.js ##How to use +###Sample data +* The Sample A and Sample B: sample inputs (available data is csv formatted numerical array). +* Run button; it runs three statistical tests(F-test, t-test, and U-test) with two given sample(Sample A and Sample B), + and output the test result. +* ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From 70fc4adccf004c91451adb8e284ac9678677b5fd Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Sat, 27 Aug 2016 14:51:26 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1027baa..aa0e932 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ ______ ###Sample data * The Sample A and Sample B: sample inputs (available data is csv formatted numerical array). * Run button; it runs three statistical tests(F-test, t-test, and U-test) with two given sample(Sample A and Sample B), - and output the test result. + and outputs the test result. +* Reset button; it clears the results by Run button. * ##Library list From 2e5487c7807e3537797ccb35961cbb93e7fdb89f Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Sat, 27 Aug 2016 14:59:07 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa0e932..72b7015 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ ______ ##How to use ###Sample data -* The Sample A and Sample B: sample inputs (available data is csv formatted numerical array). -* Run button; it runs three statistical tests(F-test, t-test, and U-test) with two given sample(Sample A and Sample B), +* The "Sample A" and "Sample B": sample inputs (available data is csv formatted numerical array). +* "Run" button; it runs three statistical tests(F-test, t-test, and U-test) with two given sample(Sample A and Sample B), and outputs the test result. -* Reset button; it clears the results by Run button. -* +* "Reset" button; it clears the test results by "Run" button. +* "Output as email" button; it saves the test results by "Run" button as email to given address. ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist